Skip to content

Commit

Permalink
fixup! export VERSION=$(git rev-parse --short HEAD)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard committed Jan 18, 2025
1 parent 54b0ba6 commit 992af33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Release
run: |
export VERSION=$(git rev-parse --short HEAD)
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
bash upload.sh ./out/pkg2appimage*.AppImage*
export TRAVIS_BUILD_NUMBER=$(git rev-parse --short HEAD)
export VERSION=$(git rev-parse --short HEAD)
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
bash upload.sh ./out/pkg2appimage*.AppImage*

0 comments on commit 992af33

Please sign in to comment.