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 6aed92b commit 5227fe5Copy full SHA for 5227fe5
.github/workflows/release.yml
@@ -39,11 +39,11 @@ jobs:
39
[ -f build/unix/toolshed-*.zip ] && ls build/unix/toolshed-*.zip | xargs -I {} bash -c 'echo; md5sum {}; ls -al --color=auto {}; unzip -l -v {}'
40
41
- name: Release
42
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
with:
46
files: |
47
- "build/unix/toolshed-*.tgz"
48
- "build/unix/toolshed-*.zip"
+ build/unix/toolshed-*.tgz
+ build/unix/toolshed-*.zip
49
0 commit comments