We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af47446 commit 12328a8Copy full SHA for 12328a8
.github/workflows/build.yml
@@ -199,7 +199,7 @@ jobs:
199
fi
200
201
# Find the AppImage file
202
- APPIMAGE_PATH=$(find src-tauri/target/release/bundle/appimage -name "*.AppImage" -type f | head -1)
+ APPIMAGE_PATH=$(find $(pwd)/src-tauri/target/release/bundle/appimage -name "*.AppImage" -type f | head -1)
203
204
if [ -n "$APPIMAGE_PATH" ]; then
205
echo "Found AppImage: $APPIMAGE_PATH"
0 commit comments