Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Trying to add canbus plugins on MacOS
  • Loading branch information
collin80 authored May 3, 2024
1 parent 9bf91a5 commit 3b00a49
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 @@ -63,6 +63,7 @@ jobs:
run: |
mkdir -p SavvyCAN.app/Contents/MacOS/help
cp -R help/* SavvyCAN.app/Contents/MacOS/help
cp /usr/local/share/qt/plugins/canbus/* SavvyCAN.app/Frameworks
macdeployqt SavvyCAN.app -dmg
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3b00a49

Please sign in to comment.