parent
66f0c390a8
commit
f54f5dff65
1 changed files with 5 additions and 3 deletions
8
.github/workflows/release_nightly.yml
vendored
8
.github/workflows/release_nightly.yml
vendored
|
@ -93,13 +93,15 @@ jobs:
|
||||||
- name: Upload Zed Nightly
|
- name: Upload Zed Nightly
|
||||||
run: script/upload-nightly macos
|
run: script/upload-nightly macos
|
||||||
|
|
||||||
bundle-deb:
|
bundle-linux:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
machine: [deploy, hosted-linux-arm-1]
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
name: Create a Linux *.tar.gz bundle
|
name: Create a Linux *.tar.gz bundle
|
||||||
if: github.repository_owner == 'zed-industries'
|
if: github.repository_owner == 'zed-industries'
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- ${{ matrix.machine }}
|
||||||
- deploy
|
|
||||||
needs: tests
|
needs: tests
|
||||||
env:
|
env:
|
||||||
DIGITALOCEAN_SPACES_ACCESS_KEY: ${{ secrets.DIGITALOCEAN_SPACES_ACCESS_KEY }}
|
DIGITALOCEAN_SPACES_ACCESS_KEY: ${{ secrets.DIGITALOCEAN_SPACES_ACCESS_KEY }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue