debugging final path
Some checks failed
AppImage Build / build-appimage (push) Failing after 1m33s

This commit is contained in:
Emil Lerch 2025-01-10 14:58:48 -08:00
parent 4e01535422
commit 74a730c6e8
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -69,6 +69,8 @@ jobs:
cd ../..
appimagetool chawan/AppDir
mv Chawan-x86_64.AppImage "Chawan-x86_64-$(git rev-parse --short HEAD).AppImage"
pwd
ls -l
echo "filename=Chawan-x86_64-$(git rev-parse --short HEAD).AppImage" >> $GITHUB_OUTPUT
- name: Publish AppImage
if: steps.cache.outputs.cache-hit != 'true'