use chawan git sha for filename output var
All checks were successful
AppImage Build / build-appimage (push) Successful in 1m46s
All checks were successful
AppImage Build / build-appimage (push) Successful in 1m46s
This commit is contained in:
parent
5c0cc92b39
commit
121c281e83
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user