Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 19, 2024
1 parent 9308892 commit d67d688
Show file tree
Hide file tree
Showing 4 changed files with 1,768 additions and 3,121 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,11 @@ jobs:
matrix:
include:
- platform: 'macos-latest' # for Arm based macs (M1 and above).
- args: ' --target aarch64-apple-darwin'
args: ' --target aarch64-apple-darwin'
- platform: 'macos-13' # for Intel based macs.
- args: ' --target x86_64-apple-darwin'
args: ' --target x86_64-apple-darwin'
# - platform: 'ubuntu-22.04'

runs-on: ${{ matrix.platform }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d67d688

Please sign in to comment.