Skip to content

Commit

Permalink
./.github/workflows/nightly.yml fixed DOWNLOAD_ASSETS_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Sep 16, 2024
1 parent 20acc80 commit ac70fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
echo "S3_BUCKET=$S3_BUCKET" >> $GITHUB_ENV
# }}
echo "MIDDLEWARE_VERSION=nightly" >> $GITHUB_ENV
echo "DOWNLOAD_ASSETS_URL=https://${{ secrets.NIGHTLY_AWS_S3_BUCKET }}.s3.${{ secrets.NIGHTLY_AWS_REGION }}.amazonaws.com/mw/" >> $GITHUB_ENV
echo "DOWNLOAD_ASSETS_URL=https://${{ secrets.NIGHTLY_AWS_S3_BUCKET }}.s3.${{ secrets.NIGHTLY_AWS_REGION }}.amazonaws.com/mw" >> $GITHUB_ENV
#- name: Print all environment variables
# run: printenv
Expand Down

0 comments on commit ac70fa9

Please sign in to comment.