Skip to content

Commit

Permalink
add --signed flag for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Oct 2, 2024
1 parent c378914 commit 57bffe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build Apps
run: |
poetry run python -c "import site; print(site.getsitepackages()[0])"
.\build_executable.bat
.\build_executable.bat --signed
- name: Upload build
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 57bffe0

Please sign in to comment.