ci: Fix publishing of Firefox extension

Supply FIREFOX_EXTENSION_ID var to the web build step to ensure
this gets correctly populated in the manifest.json.
This commit is contained in:
Mike Welsh 2022-01-22 18:10:56 -08:00
parent 164e1a38c0
commit cad76ad4fa
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ jobs:
BUILD_ID: ${{ github.run_number }}
# Build web demo with WebGPU support for testing in Chrome origin trial on ruffle.rs
CARGO_FEATURES: ${{ matrix.demo && 'wgpu' || '' }}
FIREFOX_EXTENSION_ID: ${{ secrets.FIREFOX_EXTENSION_ID }} # Needed to inject into manifest.json
working-directory: web
shell: bash -l {0}
run: |