File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
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"
You can’t perform that action at this time.
0 commit comments