Skip to content

Commit d744223

Browse files
committed
[CI] More fixes for AppImage
1 parent f793f57 commit d744223

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,12 @@ jobs:
9898
cp hcl.desktop usr/share/applications/
9999
echo '#! /usr/bin/env bash
100100
PWD="$(readlink -f "$(dirname "$0")")"
101-
"$PWD/usr/bin/hcl" $@'> AppRun
101+
cd "$PWD"
102+
usr/bin/hcl $@'> AppRun
102103
chmod +x AppRun
103104
cp -r ../../data .
104105
cd ..
105-
./appimagetool.AppImage AppDir ../hcl-${{ matrix.platform }}.AppImage
106+
./appimagetool.AppImage AppDir hcl-${{ matrix.platform }}.AppImage
106107
107108
108109
- name: "Upload Zip File"

0 commit comments

Comments
 (0)