Skip to content

Commit

Permalink
Hardcode ingame version for playtest compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Jan 21, 2023
1 parent 82d6d39 commit 758e16b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet-version: '6.0.x'

- name: Prepare Environment
run: echo "GIT_TAG=${GITHUB_REF#refs/tags/}" >> ${GITHUB_ENV}
run: echo "GIT_TAG=playtest-20230110" >> ${GITHUB_ENV}

- name: Package AppImage
run: |
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
dotnet-version: '6.0.x'

- name: Prepare Environment
run: echo "GIT_TAG=${GITHUB_REF#refs/tags/}" >> ${GITHUB_ENV}
run: echo "GIT_TAG=playtest-20230110" >> ${GITHUB_ENV}

- name: Package Disk Image
env:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Prepare Environment
run: |
echo "GIT_TAG=${GITHUB_REF#refs/tags/}" >> ${GITHUB_ENV}
echo "GIT_TAG=playtest-20230110" >> ${GITHUB_ENV}
sudo apt-get update
sudo apt-get install nsis wine64
Expand Down

0 comments on commit 758e16b

Please sign in to comment.