Skip to content

Commit

Permalink
fix(ci): invalid tauri build command
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 authored Aug 8, 2024
1 parent 2b9d7bd commit 8106b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: pnpm install --no-frozen-lockfile

- name: Build app
run: pnpm run tauri build --bundles "deb" "appimage" "nsis" "app" "dmg"
run: pnpm run tauri build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
Expand Down

0 comments on commit 8106b71

Please sign in to comment.