Skip to content

Commit 8dfaaa8

Browse files
committed
Missed a couple lines.
1 parent f461370 commit 8dfaaa8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
path: ./bin/topos-playground-linux-x86_64.gz
7777

7878
release:
79-
needs: [build-macos, build-linux, build-macos-13]
79+
#needs: [build-macos, build-linux, build-macos-13]
80+
needs: [build-macos, build-linux]
8081
runs-on: ubuntu-latest
8182
steps:
8283
- name: Download artifacts
@@ -89,6 +90,6 @@ jobs:
8990
with:
9091
files: |
9192
./artifacts/topos-playground-darwin/topos-playground-darwin.zip
92-
./artifacts/topos-playground-darwin-macos13/topos-playground-darwin-macos13.zip
93+
# ./artifacts/topos-playground-darwin-macos13/topos-playground-darwin-macos13.zip
9394
./artifacts/topos-playground-linux-x86_64/topos-playground-linux-x86_64.gz
9495
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)