Skip to content

Commit

Permalink
remove verbosity and force permissions to allow write
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Oct 4, 2024
1 parent 4f75761 commit 18c6ebf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
name: InitialBuild
path: dist
- name: Sign Executable
run: signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a /v ./dist/FaceCommander.exe
run: signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a ./dist/FaceCommander.exe
- name: Upload build
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -128,6 +128,8 @@ jobs:
Release:
runs-on: self-hosted
needs: [SignInstaller, GetVersion]
permissions:
contents: write
env:
VersionTag: v${{needs.GetVersion.outputs.VersionNumber}}
VersionTagSpaceless: v${{needs.GetVersion.outputs.VersionNumberSpaceless}}
Expand Down

0 comments on commit 18c6ebf

Please sign in to comment.