Skip to content

Commit 8ab976c

Browse files
committed
feat: update Tauri build step to use inline command instead of action
1 parent bde1a4f commit 8ab976c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,11 @@ jobs:
5656
npm install
5757
5858
- name: Build Tauri app
59-
uses: tauri-apps/tauri-action@v0
60-
with:
61-
tauriScript: npm run tauri
62-
args: build --release
59+
run: |
60+
cd webbboot-companion
61+
npm run tauri build --release
6362
env:
6463
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65-
working-directory: webbboot-companion
6664

6765
- name: Upload artifacts (Ubuntu)
6866
if: matrix.platform == "Ubuntu-20.04"

0 commit comments

Comments
 (0)