Skip to content

Commit 97f907a

Browse files
committed
Test13
Signed-off-by: Günter Neiß <gneiss@web.de>
1 parent e65169e commit 97f907a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TestNoDocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "Test" >squashfs-root/Test.txt
4545
TOOL="$TOOLS_DIR/appimagetool-x86_64.AppImage"
4646
ls -la ${TOOL}
47-
ARCH=x86_64 "{TOOL}" squashfs-root
47+
ARCH=x86_64 "${TOOL}" squashfs-root
4848
rm -r squashfs-root/
4949
rm "${EXE}"
5050
mv *.AppImage ../

0 commit comments

Comments
 (0)