add debug list to 'release archive' step
All checks were successful
Build / build (push) Successful in 15s
All checks were successful
Build / build (push) Successful in 15s
This commit is contained in:
parent
d3aeb407f2
commit
488501ac0e
@ -31,6 +31,7 @@ jobs:
|
||||
tar -czf release/cordle-${VERSION}-linux-amd64.tar.gz -C build cordle WORDS
|
||||
cd release
|
||||
sha256sum cordle-${VERSION}-linux-amd64.tar.gz > cordle-${VERSION}-linux-amd64.tar.gz.sha256
|
||||
ls cordle-${VERSION}-linux-amd64.tar.gz* # For debugging
|
||||
|
||||
- name: Create Release
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user