Skip to content

Commit

Permalink
debug github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
freethinkel committed Apr 26, 2024
1 parent d1343e2 commit 756e95f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install frontend dependencies
run: pnpm install # Change this to npm, yarn or pnpm.
- name: Add arm support
run: rustup target add aarch64-apple-darwin
run: rustup target add aarch64-apple-darwin && rustup target add x86_64-apple-darwin

- name: Build the app
uses: tauri-apps/tauri-action@v0
Expand All @@ -60,3 +60,5 @@ jobs:
releaseBody: "nothing yet"
releaseDraft: false
prerelease: false
- name: Run tmate
uses: mxschmitt/action-tmate@v2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"tauri:local": "TAURI_SIGNING_PRIVATE_KEY=$(cat ~/.tauri/fluffy.key) eval $(cat .env) tauri",
"create:update": "pnpm tauri:local build --target aarch64-apple-darwin && pnpm tauri:local build --target x86_64-apple-darwin"
"create:update": "pnpm tauri:local build --target universal-apple-darwin"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0-beta.0",
Expand Down

0 comments on commit 756e95f

Please sign in to comment.