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 4d4d059 + 4bc135e commit dd07cbdCopy full SHA for dd07cbd
.github/workflows/cd.yml
@@ -102,7 +102,7 @@ jobs:
102
shasum -a 256 $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256
103
fi
104
- name: Releasing assets
105
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
106
with:
107
files: |
108
target/${{ matrix.job.target }}/release/hello-rust-*.tar.gz
0 commit comments