debugging final path
This commit is contained in:
parent
4e01535422
commit
74a730c6e8
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ jobs:
|
||||||
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-$(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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue