use chawan git sha for appimage
Some checks failed
AppImage Build / build-appimage (push) Failing after 1m38s
Some checks failed
AppImage Build / build-appimage (push) Failing after 1m38s
This commit is contained in:
parent
a4e3c09f22
commit
5c0cc92b39
@ -68,7 +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 "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-$(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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user