We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d1bbe commit 1a36bdeCopy full SHA for 1a36bde
.github/workflows/nightly-master.yml
@@ -51,10 +51,8 @@ jobs:
51
needs: [build_x86_64]
52
if: ${{ needs.build_x86_64.outputs.package_created }}
53
with:
54
- os: ${{ github.event.inputs.os }}
55
plan_artifact: x86_64-build-plan
56
dmg_artifact: x86_64-dmg
57
- test_build_name: ${{ github.event.inputs.test_build_name }}
58
secrets:
59
TAP_REPO_TOKEN: ${{ secrets.TAP_REPO_TOKEN }}
60
@@ -88,9 +86,7 @@ jobs:
88
86
needs: [build_arm64]
89
87
if: ${{ needs.build_arm64.outputs.package_created }}
90
91
92
plan_artifact: arm64-build-plan
93
dmg_artifact: arm64-dmg
94
95
96
0 commit comments