We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f793f57 commit d744223Copy full SHA for d744223
1 file changed
.github/workflows/release.yml
@@ -98,11 +98,12 @@ jobs:
98
cp hcl.desktop usr/share/applications/
99
echo '#! /usr/bin/env bash
100
PWD="$(readlink -f "$(dirname "$0")")"
101
- "$PWD/usr/bin/hcl" $@'> AppRun
+ cd "$PWD"
102
+ usr/bin/hcl $@'> AppRun
103
chmod +x AppRun
104
cp -r ../../data .
105
cd ..
- ./appimagetool.AppImage AppDir ../hcl-${{ matrix.platform }}.AppImage
106
+ ./appimagetool.AppImage AppDir hcl-${{ matrix.platform }}.AppImage
107
108
109
- name: "Upload Zip File"
0 commit comments