Skip to content

Commit

Permalink
Updated release note template
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecanny committed Oct 26, 2024
1 parent 7229b14 commit 4f0028b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
body: |
- Built application version: ${{ env.VERSION }}
- Download the executable below.
Note: This free, open-source application is not digitally signed since code signing certificates cost several hundred dollars annually. When you first run the application, Windows Defender may show a warning message - this is normal for unsigned applications. You can safely proceed by clicking "More info" and then "Run anyway". The source code is available at github.com/Logicademy/PYNQ-SoC-Builder if you'd like to review it or build it yourself.
Please Note: This free, open-source application is not digitally signed since code signing certificates cost several hundred dollars annually. When you first run the application, Windows Defender may show a warning message - this is normal for unsigned applications. You can safely proceed by clicking "More info" and then "Run anyway". The source code is available at github.com/Logicademy/PYNQ-SoC-Builder if you'd like to review it or build it yourself.
draft: true
files: dist/PYNQ-SoC-Builder.exe # Path to the executable
env:
Expand Down

0 comments on commit 4f0028b

Please sign in to comment.