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 1925e28 commit 5df9c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-${{ env.VERSION }}-${{ runner.os }}-${{ runner.arch }.dmg
hdiutil create -format UDZO -srcfolder ./Fingertip.app ./Fingertip-${{ env.VERSION }}-${{ runner.os }}-${{ runner.arch }}.dmg
ls -l
- name: Get version
Expand All @@ -100,5 +100,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Fingertip-${{ env.VERSION }}-${{ runner.os }}-${{ runner.arch }}
path: ./builds/macos/Fingertip-${{ env.VERSION }}-${{ runner.os }}-${{ runner.arch }.dmg
path: ./builds/macos/Fingertip-${{ env.VERSION }}-${{ runner.os }}-${{ runner.arch }}.dmg
if-no-files-found: error

0 comments on commit 5df9c4d

Please sign in to comment.