Merge branch 'main-here' into main

This commit is contained in:
Krishan
2024-06-06 14:40:47 +10:00
committed by GitHub

View File

@@ -239,7 +239,7 @@ jobs:
# Upload release.json # Upload release.json
release-update: release-update:
if: always() 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 runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository