We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf2d10a + 9229955 commit 12ba0d7Copy full SHA for 12ba0d7
.github/workflows/release.yml
@@ -49,7 +49,8 @@ jobs:
49
tar czf mejiro-cli-${{ matrix.target }}.tar.gz mejiro-cli
50
51
- name: Upload release asset
52
- uses: softprops/action-gh-release@v2
+ # See: https://github.com/softprops/action-gh-release/issues/628
53
+ uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
54
with:
55
files: target/${{ matrix.target }}/release/mejiro-cli-${{ matrix.target }}.tar.gz
56
env:
0 commit comments