use chawan git sha for appimage
Some checks failed
AppImage Build / build-appimage (push) Failing after 1m38s

This commit is contained in:
Emil Lerch 2025-01-10 16:50:38 -08:00
parent a4e3c09f22
commit 5c0cc92b39
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -68,7 +68,7 @@ jobs:
ln -s usr/bin/cha AppRun
cd ../..
appimagetool chawan/AppDir
mv Chawan-x86_64.AppImage "Chawan-x86_64-$(git rev-parse --short HEAD).AppImage"
mv Chawan-x86_64.AppImage "Chawan-x86_64-$(cd chawan && git rev-parse --short HEAD).AppImage"
echo "filename=Chawan-x86_64-$(git rev-parse --short HEAD).AppImage" >> $GITHUB_OUTPUT
- name: Publish AppImage
if: steps.cache.outputs.cache-hit != 'true'