Skip to content

Commit 8a8c37d

Browse files
committed
[CI] One more fix for AppImage
1 parent d744223 commit 8a8c37d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
if: matrix.platform == 'ARM64'
5858
run: |
5959
cd build
60+
git clone https://github.com/AppImage/appimagetool.git
61+
cd appimagetool
6062
wget https://github.com/AppImage/appimagetool/releases/download/1.9.0/appimagetool-aarch64.AppImage
6163
mv appimagetool-aarch64.AppImage appimagetool.AppImage
6264
chmod +x appimagetool.AppImage
@@ -65,6 +67,8 @@ jobs:
6567
if: matrix.platform == 'X64'
6668
run: |
6769
cd build
70+
git clone https://github.com/AppImage/appimagetool.git
71+
cd appimagetool
6872
wget https://github.com/AppImage/appimagetool/releases/download/1.9.0/appimagetool-x86_64.AppImage
6973
mv appimagetool-x86_64.AppImage appimagetool.AppImage
7074
chmod +x appimagetool.AppImage
@@ -102,8 +106,8 @@ jobs:
102106
usr/bin/hcl $@'> AppRun
103107
chmod +x AppRun
104108
cp -r ../../data .
105-
cd ..
106-
./appimagetool.AppImage AppDir hcl-${{ matrix.platform }}.AppImage
109+
cd ../appimagetool
110+
./appimagetool.AppImage ../AppDir ../hcl-${{ matrix.platform }}.AppImage
107111
108112
109113
- name: "Upload Zip File"

0 commit comments

Comments
 (0)