mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
fix?
This commit is contained in:
parent
090eaba3aa
commit
e2648bba3e
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -147,11 +147,10 @@ jobs:
|
|||
path: .build/darwin-${{ matrix.arch }}/*.zip
|
||||
retention-days: 7
|
||||
|
||||
build-universal-macos:
|
||||
name: macOS (Universal)
|
||||
create-release:
|
||||
name: Create Universal macOS Build
|
||||
needs: [build-macos]
|
||||
runs-on: macos-latest
|
||||
if: ${{ contains(env.VSCODE_ARCH_MACOS, 'x64') && contains(env.VSCODE_ARCH_MACOS, 'arm64') }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue