Skip to content

Commit

Permalink
fix sym link
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Feb 14, 2024
1 parent 2e23a12 commit de70873
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: |
brew install create-dmg
- name: Create symbolic link
run: |
ln -s /Applications UXTU4Mac/Applications
- name: Create dmg
run: |
create-dmg \
Expand All @@ -43,9 +47,9 @@ jobs:
--hide-extension UXTU4Mac \
--app-drop-link 600 185 \
--hdiutil-quiet \
--symbolic-link "/Applications" \
UXTU4Mac.dmg UXTU4Mac/
- id: generate-notes
name: Generate Release Notes
shell: bash
Expand Down

0 comments on commit de70873

Please sign in to comment.