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: |
|
run: |
|
||||||
rustup target add x86_64-apple-darwin
|
rustup target add x86_64-apple-darwin
|
||||||
npm i
|
npm i
|
||||||
npm ci
|
|
||||||
npm run tauri build -- --target x86_64-apple-darwin
|
npm run tauri build -- --target x86_64-apple-darwin
|
||||||
npm run tauri build -- --target aarch64-apple-darwin
|
npm run tauri build -- --target aarch64-apple-darwin
|
||||||
env:
|
env:
|
||||||
@ -69,7 +68,6 @@ jobs:
|
|||||||
if: matrix.os != 'macos-latest'
|
if: matrix.os != 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
npm i
|
npm i
|
||||||
npm ci
|
|
||||||
npm run tauri build
|
npm run tauri build
|
||||||
env:
|
env:
|
||||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user