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 437b2c7 commit f3295abCopy full SHA for f3295ab
.github/workflows/build-offline-installer.yml
@@ -44,7 +44,7 @@ jobs:
44
CERTIFICATE: ${{ secrets.CERTIFICATE }}
45
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
46
shell: pwsh
47
- run: .\Build-Installer.ps1 -InstallerType offline -OfflineBranch v${{ env.IDF_BRANCH }}
+ run: .\Build-Installer.ps1 -InstallerType offline -SignInstaller $false -OfflineBranch v${{ env.IDF_BRANCH }}
48
49
- name: Create Release
50
id: create_release
@@ -54,7 +54,7 @@ jobs:
54
with:
55
tag_name: ${{ env.VERSION }}
56
release_name: Release ${{ env.VERSION }}
57
- draft: false
+ draft: true
58
prerelease: false
59
60
- name: Get installer size and store it to file
0 commit comments