mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2024-12-26 17:36:06 +00:00
Merge branch 'main-here' into main
This commit is contained in:
commit
ffd8dc4bd0
2
.github/workflows/tauri.yml
vendored
2
.github/workflows/tauri.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue