mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ci: Drop version 'v' prefix for AppImage
This commit is contained in:
committed by
mborgerson
parent
8adac8e9d9
commit
3334a76f73
@@ -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