Skip to content

Commit

Permalink
Merge pull request #562 from trobonox/main
Browse files Browse the repository at this point in the history
chore: try to fix CI for release
  • Loading branch information
trobonox authored Jun 12, 2024
2 parents 3ef4379 + 54d4953 commit 376c3b7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
rust_target: x86_64-unknown-linux-gnu
- os: macos-13
rust_target: x86_64-apple-darwin
- os: macos-14
- os: macos-latest
rust_target: aarch64-apple-darwin
- os: windows-latest
rust_target: x86_64-pc-windows-msvc
Expand All @@ -39,7 +39,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: 'Setup Rust'
uses: actions-rs/toolchain@v1
Expand All @@ -61,6 +61,9 @@ jobs:
- name: Build Frontend
run: yarn && yarn generate

- name: Install Tauri cli
run: npm install --save-dev @tauri-apps/cli

- uses: JonasKruckenberg/[email protected]
id: tauri_build
with:
Expand Down

0 comments on commit 376c3b7

Please sign in to comment.