@@ -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
|
||||
|
||||
Reference in New Issue
Block a user