ci: need to use vars not env for EXTENSION_GUID

This commit is contained in:
Derrick Hammer 2023-08-13 13:41:23 -04:00
parent 5772f321ec
commit 1cfab9a705
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
with:
api_key: ${{ secrets.AMO_ISSUER }}
api_secret: ${{ secrets.AMO_SECRET }}
guid: ${{ env.EXTENSION_GUID }}
guid: ${{ vars.EXTENSION_GUID }}
xpi_path: ${{ env.PKG }}
src_path: ${{ env.PKG_SRC }}
- name: Setup tmate session