mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
bug bash endpoint needs to use generated release name
This commit is contained in:
parent
fefdd3e273
commit
fd5eba8401
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
secret_access_key: $AWS_SECRET_ACCESS_KEY
|
||||
bucket: $BUCKET_LIVE
|
||||
local_dir: s3out
|
||||
upload-dir: $TRAVIS_TAG
|
||||
upload-dir: $RELEASE_TAG
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: RC
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.9.3
|
||||
1.9.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue