add debug list to 'release archive' step
All checks were successful
Build / build (push) Successful in 15s

This commit is contained in:
Gregory Gauthier 2026-02-02 11:44:20 +00:00
parent d3aeb407f2
commit 488501ac0e

View File

@ -31,6 +31,7 @@ jobs:
tar -czf release/cordle-${VERSION}-linux-amd64.tar.gz -C build cordle WORDS tar -czf release/cordle-${VERSION}-linux-amd64.tar.gz -C build cordle WORDS
cd release cd release
sha256sum cordle-${VERSION}-linux-amd64.tar.gz > cordle-${VERSION}-linux-amd64.tar.gz.sha256 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 - name: Create Release
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main