Need to set VERSION on all platforms

This commit is contained in:
skykooler 2024-12-18 23:32:15 -05:00 committed by GitHub
parent 2f52b7e990
commit 40fa2e46ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ jobs:
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: Set version for Windows build - name: Set version for Windows build
if: matrix.platform == 'windows-latest'
run: | run: |
# Get the version from the Git tag (e.g., v0.6.3-alpha) # Get the version from the Git tag (e.g., v0.6.3-alpha)
VERSION=$(echo ${GITHUB_REF#refs/tags/}) VERSION=$(echo ${GITHUB_REF#refs/tags/})