From cdb90af3303b42bf51d71b10be5f623d6086d0f9 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Mon, 19 May 2025 14:15:50 +0200 Subject: [PATCH] Fix description of release in Nuitka action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 409a7e5..31ab363 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,6 +88,6 @@ jobs: git push origin latest - 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: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}