We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc6647 commit 362f677Copy full SHA for 362f677
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
- run:
98
tar -cvf "${{ steps.get_version.outputs.version }}-win32-x64.tar" -C
99
"prebuilds/windows-latest-x64" win32-x64
100
- - uses: softprops/action-gh-release@v1
+ - uses: softprops/action-gh-release@v2
101
with:
102
files: ${{ steps.get_version.outputs.version }}-*.tar
103
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments