Skip to content

Commit 910723b

Browse files
committed
Add symlink
1 parent a534e30 commit 910723b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$LINUX_ARCH.AppImage
4444
chmod +x appimagetool-$LINUX_ARCH.AppImage
45-
ln -sfv appimagetool-$LINUX_ARCH.AppImage appimagetool
45+
ln -sfv appimagetool-$LINUX_ARCH.AppImage ~/.local/bin/appimagetool
4646
echo "BUILD_VERSION=$(python pkgutils.py version)" >> $GITHUB_OUTPUT
4747
python pkgutils.py build-appimage $LINUX_TAG $LINUX_ARCH $PYTHON_VERSION
4848

0 commit comments

Comments
 (0)