remove npm ci build step
This commit is contained in:
parent
2e10fefc08
commit
fd98d4ffa5
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -58,7 +58,6 @@ jobs:
|
||||
run: |
|
||||
rustup target add x86_64-apple-darwin
|
||||
npm i
|
||||
npm ci
|
||||
npm run tauri build -- --target x86_64-apple-darwin
|
||||
npm run tauri build -- --target aarch64-apple-darwin
|
||||
env:
|
||||
@ -69,7 +68,6 @@ jobs:
|
||||
if: matrix.os != 'macos-latest'
|
||||
run: |
|
||||
npm i
|
||||
npm ci
|
||||
npm run tauri build
|
||||
env:
|
||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user