Skip to content

Commit

Permalink
Merge pull request #2115 from iNavFlight/mmosca-patch-1
Browse files Browse the repository at this point in the history
Update nightly build release notes with MacOS details
  • Loading branch information
mmosca authored Jun 18, 2024
2 parents 0ec2b13 + fad3bde commit dd3ca98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
artifacts/*
body: |
${{ steps.notes.outputs.notes }}
### MacOS builds
MacOS builds are not signed, so you will need to run ```xcattr -cr /path/to/your/INAV Configurator.app``` from the command line to remove the warnings about it being a downloaded application or moving it to trash when trying to launch.
### Repository:
${{ github.repository }} ([link](${{ github.event.repository.html_url }}))
Expand All @@ -55,4 +59,4 @@ jobs:

### Changes:
${{ github.event.head_commit.message }}


0 comments on commit dd3ca98

Please sign in to comment.