Skip to content

Commit

Permalink
Update nightly build release notes
Browse files Browse the repository at this point in the history
Adds note about untainting MacOS binary.
  • Loading branch information
mmosca authored Jun 18, 2024
1 parent 0ec2b13 commit fad3bde
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 fad3bde

Please sign in to comment.