We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde1a4f commit 8ab976cCopy full SHA for 8ab976c
1 file changed
.github/workflows/build.yml
@@ -56,13 +56,11 @@ jobs:
56
npm install
57
58
- name: Build Tauri app
59
- uses: tauri-apps/tauri-action@v0
60
- with:
61
- tauriScript: npm run tauri
62
- args: build --release
+ run: |
+ cd webbboot-companion
+ npm run tauri build --release
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
- working-directory: webbboot-companion
66
67
- name: Upload artifacts (Ubuntu)
68
if: matrix.platform == "Ubuntu-20.04"
0 commit comments