Skip to content

Commit

Permalink
Undo ffd8dc4
Browse files Browse the repository at this point in the history
  • Loading branch information
kfiven authored Jun 6, 2024
1 parent ffd8dc4 commit c5ddfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
# Upload release.json
release-update:
if: always()
needs: [windows-x86_64, linux-x86_64, macos-x86_64, macos-aarch64]
needs: [windows-x86_64, linux-x86_64, macos-x86_64] #, macos-aarch64]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit c5ddfa9

Please sign in to comment.