Fix description of release in Nuitka action

This commit is contained in:
csd4ni3l
2025-05-19 14:15:50 +02:00
committed by GitHub
parent 2b64502789
commit cdb90af330

View File

@@ -88,6 +88,6 @@ jobs:
git push origin latest git push origin latest
- name: Create the new release - name: Create the new release
run: gh release create latest downloads/**/GameOfLife-*.zip --title "Latest Build" --notes "Most recent multi-platform builds of ShatterStack" run: gh release create latest downloads/**/GameOfLife-*.zip --title "Latest Build" --notes "Most recent multi-platform builds of Game Of Life"
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}