place AppImage in runner temp
All checks were successful
AppImage Build / build-appimage (push) Successful in 1m34s

This commit is contained in:
Emil Lerch 2025-01-10 15:02:24 -08:00
parent 74a730c6e8
commit 9321457f25
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

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