Skip to content

Commit 861d3c1

Browse files
author
Alberto Griggio
committed
fixed artifact name in macos action
1 parent 5469387 commit 861d3c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: Prepare artifact name
174174
run: |
175-
ARTIFACT_NAME="ART-$(cat repo/version.txt)-${{ matrix.os }}-${{ matrix.arch }}.dmg"
175+
ARTIFACT_NAME="ART-$(cat repo/version.txt)_${{ matrix.os }}_${{ matrix.arch }}.dmg"
176176
echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV
177177
#echo "RELEASE_TAG=v$(cat repo/version.txt)" >> $GITHUB_ENV
178178
echo "RELEASE_TAG=macOS-testing" >> $GITHUB_ENV
@@ -184,4 +184,5 @@ jobs:
184184
body: ${{ env.RELEASE_TAG }}
185185
allowUpdates: true
186186
makeLatest: false
187+
draft: true
187188
artifacts: ${{ env.ARTIFACT_NAME }}

0 commit comments

Comments
 (0)