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.
2 parents 7062733 + af74ee8 commit cb8f57bCopy full SHA for cb8f57b
1 file changed
.github/workflows/release-binaries.yml
@@ -41,6 +41,6 @@ jobs:
41
cp target/${{ matrix.target }}/release/cargo-rustapi${{ matrix.extension }} cargo-rustapi-${{ matrix.target }}${{ matrix.extension }}
42
43
- name: Upload Release Asset
44
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
45
with:
46
files: cargo-rustapi-${{ matrix.target }}${{ matrix.extension }}
0 commit comments