make the build version dependent on commit revision number (first 7 characters)

This commit is contained in:
Markus Rosenstihl
2022-11-23 09:15:52 +01:00
parent 750f56606b
commit 407953f53e
2 changed files with 15 additions and 1 deletions

View File

@ -5,4 +5,4 @@ else
wget https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/$BUILDER
fi
chmod +x appimage-builder-1.1.0-x86_64.AppImage
./appimage-builder-1.1.0-x86_64.AppImage --skip-tests
./appimage-builder-1.1.0-x86_64.AppImage --skip-tests --recipe AppImageBuilder${GO_PIPELINE_LABEL:-}.yml