We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f461370 commit 8dfaaa8Copy full SHA for 8dfaaa8
.github/workflows/release.yml
@@ -76,7 +76,8 @@ jobs:
76
path: ./bin/topos-playground-linux-x86_64.gz
77
78
release:
79
- needs: [build-macos, build-linux, build-macos-13]
+ #needs: [build-macos, build-linux, build-macos-13]
80
+ needs: [build-macos, build-linux]
81
runs-on: ubuntu-latest
82
steps:
83
- name: Download artifacts
@@ -89,6 +90,6 @@ jobs:
89
90
with:
91
files: |
92
./artifacts/topos-playground-darwin/topos-playground-darwin.zip
- ./artifacts/topos-playground-darwin-macos13/topos-playground-darwin-macos13.zip
93
+# ./artifacts/topos-playground-darwin-macos13/topos-playground-darwin-macos13.zip
94
./artifacts/topos-playground-linux-x86_64/topos-playground-linux-x86_64.gz
95
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments