Fix nightly upload on Windows (#40843)

Release Notes:

- N/A
This commit is contained in:
John Tur
2025-10-22 01:55:02 +00:00
committed by GitHub
parent 2338164c10
commit 2903a06e5c
2 changed files with 12 additions and 40 deletions
+3 -3
View File
@@ -281,11 +281,11 @@ jobs:
- name: Build Zed installer
working-directory: ${{ env.ZED_WORKSPACE }}
run: script/bundle-windows.ps1
run: script/bundle-windows.ps1 -Architecture x86_64
- name: Upload Zed Nightly
working-directory: ${{ env.ZED_WORKSPACE }}
run: script/upload-nightly.ps1 windows
run: script/upload-nightly.ps1 -Architecture x86_64
bundle-windows-arm64:
timeout-minutes: 60
@@ -328,7 +328,7 @@ jobs:
- name: Upload Zed Nightly
working-directory: ${{ env.ZED_WORKSPACE }}
run: script/upload-nightly.ps1 windows
run: script/upload-nightly.ps1 -Architecture aarch64
update-nightly-tag:
name: Update nightly tag