Skip to content

Commit

Permalink
Hardcode release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Oct 28, 2023
1 parent 0357123 commit 562cb24
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 @@ -22,7 +22,7 @@ jobs:
dotnet-version: '6.0.x'

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

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

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

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

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

0 comments on commit 562cb24

Please sign in to comment.