Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
ci: use wrong keyword [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee authored Aug 3, 2024
1 parent 326c905 commit 5bdf369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Create DMG
shell: bash
run: |
hdiutil create -volname "InjectGUI" -srcfolder "build/Build/Products/${{ env.APP_BUILD }}/InjectGUI.app" -ov -format UDZO "InjectGUI.dmg"
hdiutil create -volname "InjectGUI" -srcfolder "build/Build/Products/${{ env.APP_CONF }}/InjectGUI.app" -ov -format UDZO "InjectGUI.dmg"
# - name: Create DMG
# run: |
Expand Down

0 comments on commit 5bdf369

Please sign in to comment.