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 1eac313 commit 841097aCopy full SHA for 841097a
.github/workflows/cd.yml
@@ -104,7 +104,7 @@ jobs:
104
shasum -a 256 $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256
105
fi
106
- name: Releasing assets
107
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
108
with:
109
files: |
110
target/${{ matrix.job.target }}/release/rust-gh-example-*.tar.gz
0 commit comments