diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index f96b7c4..6bdd78b 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -31,8 +31,7 @@ jobs: - run: npm run tauri build working-directory: ./toos-dashboard - uses: actions/upload-artifact@v3 - working-directory: ./toos-dashboard with: name: Appimage - path: src-tauri/target/release/bundle/appimage/*.AppImage + path: toos-dashboard/src-tauri/target/release/bundle/appimage/*.AppImage \ No newline at end of file