diff options
Diffstat (limited to '.github/workflows/push-test.yml')
-rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index c4a4f717..404391e3 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -43,7 +43,7 @@ jobs: TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} run: | npm install - ./node_modules/.bin/rollup --config + cd src-vue && npm install && cd .. npm run tauri build - uses: tauri-apps/tauri-action@v0 env: |