ci: use vars not env

This commit is contained in:
Derrick Hammer 2023-08-06 23:52:08 -04:00
parent b37e680d1c
commit b5ccda8425
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: Publish to S3
run: |
s3cmd put "${{ env.PKG }}" s3://${{ env.S3_BUCKET }} $(basename "${{ env.PKG }}")
s3cmd put "${{ env.PKG }}" s3://${{ vars.S3_BUCKET }} $(basename "${{ env.PKG }}")
- name: Publish to Firefox
uses: yayuyokitano/firefox-addon@v0.0.6-alpha
if: ${{ github.ref_name == 'master' }}