build: support "live" pace, fix tarballs name

This commit is contained in:
Joe Bryan 2022-06-01 03:23:53 -04:00
parent 0d98cf1754
commit c26726a4cf
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: release
name: tarballs
on:
release: null

View File

@ -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: