Skip to content

Commit

Permalink
MacOS release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 15, 2023
1 parent 431c9a2 commit 370fd65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ jobs:
rsync -a "$PREFIX/." "$HOME/pkg/$PREFIX/."
sudo make install DESTDIR="$HOME/pkg"
- name: Fix gfotran lib
run: |
PREFIX=${{ steps.version.outputs.prefix }}
# - name: Fix gfotran lib
# run: |
# PREFIX=${{ steps.version.outputs.prefix }}

sudo ./etc/actions/release/macos/fix_fortran.sh "$HOME/pkg" "$PREFIX"
# sudo ./etc/actions/release/macos/fix_fortran.sh "$HOME/pkg" "$PREFIX"

- name: Create DMG
id: dmg
Expand Down

0 comments on commit 370fd65

Please sign in to comment.