Skip to content

Commit 12328a8

Browse files
committed
fix?
1 parent af47446 commit 12328a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
fi
200200
201201
# Find the AppImage file
202-
APPIMAGE_PATH=$(find src-tauri/target/release/bundle/appimage -name "*.AppImage" -type f | head -1)
202+
APPIMAGE_PATH=$(find $(pwd)/src-tauri/target/release/bundle/appimage -name "*.AppImage" -type f | head -1)
203203
204204
if [ -n "$APPIMAGE_PATH" ]; then
205205
echo "Found AppImage: $APPIMAGE_PATH"

0 commit comments

Comments
 (0)