Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Need to initialize directory first
  • Loading branch information
collin80 authored May 3, 2024
1 parent 3b00a49 commit 7205db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Package
run: |
mkdir -p SavvyCAN.app/Contents/MacOS/help
mkdir -p SavvyCAN.app/Frameworks
cp -R help/* SavvyCAN.app/Contents/MacOS/help
cp /usr/local/share/qt/plugins/canbus/* SavvyCAN.app/Frameworks
macdeployqt SavvyCAN.app -dmg
Expand Down

0 comments on commit 7205db0

Please sign in to comment.