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 3, 2023
1 parent dba79f5 commit d871889
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-20221224" >> ${GITHUB_ENV}

- name: Package AppImage
run: |
Expand Down Expand Up @@ -49,7 +49,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-20221224" >> ${GITHUB_ENV}

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

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

0 comments on commit d871889

Please sign in to comment.