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

Commit 5bdf369

Browse files
authored
ci: use wrong keyword [skip ci]
1 parent 326c905 commit 5bdf369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Create DMG
4949
shell: bash
5050
run: |
51-
hdiutil create -volname "InjectGUI" -srcfolder "build/Build/Products/${{ env.APP_BUILD }}/InjectGUI.app" -ov -format UDZO "InjectGUI.dmg"
51+
hdiutil create -volname "InjectGUI" -srcfolder "build/Build/Products/${{ env.APP_CONF }}/InjectGUI.app" -ov -format UDZO "InjectGUI.dmg"
5252
5353
# - name: Create DMG
5454
# run: |

0 commit comments

Comments
 (0)