File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4444 CERTIFICATE : ${{ secrets.CERTIFICATE }}
4545 CERTIFICATE_PASSWORD : ${{ secrets.CERTIFICATE_PASSWORD }}
4646 shell : pwsh
47- run : .\Build-Installer.ps1 -InstallerType offline -OfflineBranch v${{ env.IDF_BRANCH }}
47+ run : .\Build-Installer.ps1 -InstallerType offline -SignInstaller $false - OfflineBranch v${{ env.IDF_BRANCH }}
4848
4949 - name : Create Release
5050 id : create_release
5454 with :
5555 tag_name : ${{ env.VERSION }}
5656 release_name : Release ${{ env.VERSION }}
57- draft : false
57+ draft : true
5858 prerelease : false
5959
6060 - name : Get installer size and store it to file
Original file line number Diff line number Diff line change @@ -635,7 +635,8 @@ if (0 -eq $LASTEXITCODE) {
635635}
636636
637637if ($true -eq $SignInstaller ) {
638- SignInstaller
638+ # SignInstaller
639+ " Leaving installer unsigned."
639640} else {
640641 " Signing installer disabled by command line option. Leaving installer unsigned."
641642}
You can’t perform that action at this time.
0 commit comments