Skip to content

Commit

Permalink
fixed artifact name in macos action
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Griggio committed Nov 22, 2024
1 parent 5469387 commit 861d3c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Prepare artifact name
run: |
ARTIFACT_NAME="ART-$(cat repo/version.txt)-${{ matrix.os }}-${{ matrix.arch }}.dmg"
ARTIFACT_NAME="ART-$(cat repo/version.txt)_${{ matrix.os }}_${{ matrix.arch }}.dmg"
echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV
#echo "RELEASE_TAG=v$(cat repo/version.txt)" >> $GITHUB_ENV
echo "RELEASE_TAG=macOS-testing" >> $GITHUB_ENV
Expand All @@ -184,4 +184,5 @@ jobs:
body: ${{ env.RELEASE_TAG }}
allowUpdates: true
makeLatest: false
draft: true
artifacts: ${{ env.ARTIFACT_NAME }}

0 comments on commit 861d3c1

Please sign in to comment.