Missing S3_BUILD_DIRECTORY var definition
This commit is contained in:
parent
c7103e6544
commit
7fda7e3f01
1 changed files with 1 additions and 0 deletions
1
.github/workflows/live_artifacts.yml
vendored
1
.github/workflows/live_artifacts.yml
vendored
|
@ -92,6 +92,7 @@ jobs:
|
|||
run: ci/actions/deploy.sh
|
||||
env:
|
||||
LINUX_RPM: 1
|
||||
S3_BUILD_DIRECTORY: ${{ secrets.S3_BUILD_DIRECTORY }}
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
AWS_DEFAULT_REGION: us-east-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue