Skip to content

Commit

Permalink
Update build-macos-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin authored Oct 1, 2024
1 parent eb07728 commit 1d0a631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Create DMG
working-directory: ./builds/macos
run: |
hdiutil create -format UDZO -srcfolder ./Fingertip.app ./Fingertip.dmg
hdiutil create -format UDZO -srcfolder ./Fingertip.app ./Fingertip-${{ env.VERSION }}-${{ runner.os }}-${{ runner.arch }.dmg
ls -l
- name: Get version
Expand All @@ -99,6 +99,6 @@ jobs:
- name: Store fingertip dmg
uses: actions/upload-artifact@v4
with:
name: Fingertip-${{ env.VERSION }}-${{ runner.os }}-${{ runner.arch }}-${{ github.ref_name }}
path: ./builds/macos/Fingertip.dmg
name: Fingertip-${{ env.VERSION }}-${{ runner.os }}-${{ runner.arch }}
path: ./builds/macos/Fingertip-${{ env.VERSION }}-${{ runner.os }}-${{ runner.arch }.dmg
if-no-files-found: error

0 comments on commit 1d0a631

Please sign in to comment.