mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-29 09:53:13 +03:00
build: support "live" pace, fix tarballs name
This commit is contained in:
parent
0d98cf1754
commit
c26726a4cf
2
.github/workflows/tarballs.yml
vendored
2
.github/workflows/tarballs.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: release
|
||||
name: tarballs
|
||||
|
||||
on:
|
||||
release: null
|
||||
|
4
.github/workflows/vere.yml
vendored
4
.github/workflows/vere.yml
vendored
@ -35,12 +35,12 @@ on:
|
||||
options:
|
||||
- often
|
||||
- soon
|
||||
# XX live?
|
||||
- live
|
||||
|
||||
env:
|
||||
UPLOAD_BASE: bootstrap.urbit.org/vere
|
||||
VERE_PACE: ${{ inputs.pace }}
|
||||
VERSION_TYPE: ${{ inputs.pace == 'soon' && 'real' || 'hash' }}
|
||||
VERSION_TYPE: ${{ (inputs.pace == 'soon' || inputs.pace == 'live') && 'real' || 'hash' }}
|
||||
|
||||
jobs:
|
||||
urbit:
|
||||
|
Loading…
Reference in New Issue
Block a user