use chawan git sha for filename output var
All checks were successful
AppImage Build / build-appimage (push) Successful in 1m46s

This commit is contained in:
Emil Lerch 2025-01-10 17:24:07 -08:00
parent 5c0cc92b39
commit 121c281e83
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -69,7 +69,7 @@ jobs:
cd ../.. cd ../..
appimagetool chawan/AppDir appimagetool chawan/AppDir
mv Chawan-x86_64.AppImage "Chawan-x86_64-$(cd chawan && 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 echo "filename=Chawan-x86_64-$(cd chawan && 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'
run: | run: |