parent
511fdaed43
commit
d43f464174
2 changed files with 2 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -771,7 +771,7 @@ jobs:
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
name: Create a Windows installer
|
name: Create a Windows installer
|
||||||
runs-on: [self-hosted, Windows, X64]
|
runs-on: [self-hosted, Windows, X64]
|
||||||
if: false && (startsWith(github.ref, 'refs/tags/v') || contains(github.event.pull_request.labels.*.name, 'run-bundling'))
|
if: (startsWith(github.ref, 'refs/tags/v') || contains(github.event.pull_request.labels.*.name, 'run-bundling'))
|
||||||
needs: [windows_tests]
|
needs: [windows_tests]
|
||||||
env:
|
env:
|
||||||
AZURE_TENANT_ID: ${{ secrets.AZURE_SIGNING_TENANT_ID }}
|
AZURE_TENANT_ID: ${{ secrets.AZURE_SIGNING_TENANT_ID }}
|
||||||
|
|
|
@ -26,6 +26,7 @@ if ($Help) {
|
||||||
Push-Location -Path crates/zed
|
Push-Location -Path crates/zed
|
||||||
$channel = Get-Content "RELEASE_CHANNEL"
|
$channel = Get-Content "RELEASE_CHANNEL"
|
||||||
$env:ZED_RELEASE_CHANNEL = $channel
|
$env:ZED_RELEASE_CHANNEL = $channel
|
||||||
|
$env:RELEASE_CHANNEL = $channel
|
||||||
Pop-Location
|
Pop-Location
|
||||||
|
|
||||||
function CheckEnvironmentVariables {
|
function CheckEnvironmentVariables {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue