Skip to content

Commit

Permalink
Make sure to remove any old DMG before running cpack
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 29, 2023
1 parent fadd005 commit a934b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
# signing occurs via avogadroapp cpack instructions
fi # certificate exists
fi # password exists
# remove any previous DMG in case they're still around
rm -f avogadroapp/*.dmg
- name: Create Mac and Windows Packages
shell: bash
Expand Down

0 comments on commit a934b18

Please sign in to comment.