diff --git a/.forgejo/workflows/pk4.yaml b/.forgejo/workflows/pk4.yaml index b3781f7..2fe2cdc 100644 --- a/.forgejo/workflows/pk4.yaml +++ b/.forgejo/workflows/pk4.yaml @@ -1,6 +1,8 @@ name: pk4 on: [ push, pull_request, workflow_dispatch ] + branches: + - Develop jobs: build: @@ -21,7 +23,7 @@ jobs: - name: apt install zip run: | - apt update + apt updatecs apt install -y \ zip @@ -37,7 +39,7 @@ jobs: with: url: https://code.idtech.space repo: "${{ github.repository }}" - tag: "${{ github.ref_name }}" + tag: "${{ github.actor_id }}.${{ github.run_id }}" sha: "${{ github.sha }}" direction: upload release-dir: ./build/bin-content/${{ github.event.repository.name }}/ @@ -45,5 +47,5 @@ jobs: title: "Development Build" release-notes: "Auto-generated development build, override ${{ github.event.repository.name }}/package_${{ github.event.repository.name }}.pk4." prerelease: true - override: true + override: false release-notes-assistant: true diff --git a/src/rules/deathmatch.qc b/src/rules/deathmatch.qc index 78f18f9..31e1d44 100644 --- a/src/rules/deathmatch.qc +++ b/src/rules/deathmatch.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Marco Cawthorne + * Copyright (c) 2024-2025 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above