We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5469387 commit 861d3c1Copy full SHA for 861d3c1
1 file changed
.github/workflows/macos.yml
@@ -172,7 +172,7 @@ jobs:
172
173
- name: Prepare artifact name
174
run: |
175
- ARTIFACT_NAME="ART-$(cat repo/version.txt)-${{ matrix.os }}-${{ matrix.arch }}.dmg"
+ ARTIFACT_NAME="ART-$(cat repo/version.txt)_${{ matrix.os }}_${{ matrix.arch }}.dmg"
176
echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV
177
#echo "RELEASE_TAG=v$(cat repo/version.txt)" >> $GITHUB_ENV
178
echo "RELEASE_TAG=macOS-testing" >> $GITHUB_ENV
@@ -184,4 +184,5 @@ jobs:
184
body: ${{ env.RELEASE_TAG }}
185
allowUpdates: true
186
makeLatest: false
187
+ draft: true
188
artifacts: ${{ env.ARTIFACT_NAME }}
0 commit comments