We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0853666 commit 384c280Copy full SHA for 384c280
1 file changed
.github/workflows/makensis.yml
@@ -75,7 +75,8 @@ jobs:
75
# signtool.exe sign /sha1 ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} /tr http://timestamp.digicert.com /td SHA256 /fd SHA256 "D:\a\OpenBuilds-CONTROL\OpenBuilds-CONTROL\dist\*.exe"
76
# signtool.exe verify /v /pa "D:\a\OpenBuilds-CONTROL\OpenBuilds-CONTROL\dist\*.exe"
77
#
78
- - uses: "Create/Update Release"
+ - name: Create Github Release
79
+ uses: "marvinpinto/action-automatic-releases@latest"
80
with:
81
repo_token: "${{ secrets.GITHUB_TOKEN }}"
82
prerelease: false
0 commit comments