Update deploy.yml

This commit is contained in:
Tanner Sommers 2024-08-14 06:51:10 -05:00 committed by GitHub
parent b1098bb9f1
commit b5f89905ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,6 +57,7 @@ jobs:
if: matrix.os == 'macos-latest'
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
@ -67,6 +68,7 @@ jobs:
- name: build FanslySync app for Windows, Linux
if: matrix.os != 'macos-latest'
run: |
npm i
npm ci
npm run tauri build
env: