Skip to content

Commit 992af33

Browse files
committed
fixup! export VERSION=$(git rev-parse --short HEAD)
1 parent 54b0ba6 commit 992af33

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
6060
- name: Release
6161
run: |
62-
export VERSION=$(git rev-parse --short HEAD)
63-
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
64-
bash upload.sh ./out/pkg2appimage*.AppImage*
62+
export TRAVIS_BUILD_NUMBER=$(git rev-parse --short HEAD)
63+
export VERSION=$(git rev-parse --short HEAD)
64+
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
65+
bash upload.sh ./out/pkg2appimage*.AppImage*

0 commit comments

Comments
 (0)