update everything to latest version of template

This commit is contained in:
csd4ni3l
2025-12-13 15:34:42 +01:00
parent 616447707d
commit 77c89ab225
5 changed files with 173 additions and 139 deletions

View File

@@ -41,7 +41,7 @@ jobs:
disable-plugins: tk-inter,dill-compat,eventlet,gevent,pyqt5,pyqt6,pyside2,pyside6,delvewheel,pywebview,matplotlib,spacy,enum-compat,pbr-compat,gevent,pmw-freezer,transformers,upx,kivy,options-nanny,multiprocessing,gi
include-data-dir: assets=assets
include-data-files: CREDITS=CREDITS
mode: onefile
mode: onefile
output-file: GameOfLife
- name: Locate and rename executable (Linux)
@@ -78,13 +78,13 @@ jobs:
exit 1
}
shell: pwsh
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform }}
path: build_output/GameOfLife.*
path: build_output/GameOfLife.*
release:
runs-on: ubuntu-latest
needs: build
@@ -104,7 +104,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -euo pipefail
TAG="${{ github.ref_name }}"
TAG="latest"
echo "Target release tag: $TAG"
if gh release view "$TAG" >/dev/null 2>&1; then
echo "Release $TAG already exists; will upload assets with --clobber"