Skip to content

Commit

Permalink
Use older version of the release action for now since v1 broke paths …
Browse files Browse the repository at this point in the history
…on windows.
  • Loading branch information
nbarrios committed Nov 28, 2022
1 parent e2ed09d commit 3b05a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v0.1.13
with:
draft: true
generate_release_notes: true
Expand Down

0 comments on commit 3b05a86

Please sign in to comment.