mirror of
https://github.com/mborgerson/xemu.git
synced 2026-02-04 12:15:31 +00:00
ci: Drop version 'v' prefix for AppImage
This commit is contained in:
committed by
mborgerson
parent
8adac8e9d9
commit
3334a76f73
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
||||
tar -C appimage -xf data.tar*
|
||||
install -DT src/xemu.metainfo.xml appimage/usr/share/metainfo/xemu.metainfo.xml
|
||||
|
||||
export VERSION=v$(cat src/XEMU_VERSION)
|
||||
export VERSION=$(cat src/XEMU_VERSION)
|
||||
if [[ "${{ matrix.configuration }}" == "Debug" ]]; then
|
||||
export VERSION=$VERSION-dbg
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user