mirror of
https://github.com/VSCodium/vscodium.git
synced 2025-01-03 14:52:19 +03:00
ci(windows): add flag to disable signing [skip ci]
This commit is contained in:
parent
2b8134a202
commit
606a83c4c5
4
.github/workflows/insider-windows.yml
vendored
4
.github/workflows/insider-windows.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
|||||||
assets/*.exe
|
assets/*.exe
|
||||||
assets/*.msi
|
assets/*.msi
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
if: env.SHOULD_BUILD == 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true')
|
if: env.SHOULD_BUILD == 'yes' && vars.DISABLE_INSIDER_WINDOWS_SIGNING != 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true')
|
||||||
|
|
||||||
- name: Signing
|
- name: Signing
|
||||||
uses: signpath/github-action-submit-signing-request@v1
|
uses: signpath/github-action-submit-signing-request@v1
|
||||||
@ -123,7 +123,7 @@ jobs:
|
|||||||
# 3h to manually approve the request
|
# 3h to manually approve the request
|
||||||
wait-for-completion-timeout-in-seconds: 10800
|
wait-for-completion-timeout-in-seconds: 10800
|
||||||
output-artifact-directory: assets/
|
output-artifact-directory: assets/
|
||||||
if: env.SHOULD_BUILD == 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true')
|
if: env.SHOULD_BUILD == 'yes' && vars.DISABLE_INSIDER_WINDOWS_SIGNING != 'yes' && (env.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true')
|
||||||
|
|
||||||
- name: Prepare checksums
|
- name: Prepare checksums
|
||||||
run: ./prepare_checksums.sh
|
run: ./prepare_checksums.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user