CI: readd modgui to wasm artifacts

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-07-02 14:58:05 +02:00
parent 8a3779d2a8
commit 1f11708d82
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -382,7 +382,7 @@ jobs:
- name: Pack binaries
if: steps.cache.outputs.cache-hit == 'true'
run: |
cd bin; zip -r -9 ../${{ github.event.repository.name }}-wasm-${{ matrix.target }}-${{ github.event.pull_request.number || env.SHA8 }}.zip $(ls *.br *.html *.data *.js *.wasm)
cd bin; zip -r -9 ../${{ github.event.repository.name }}-wasm-${{ matrix.target }}-${{ github.event.pull_request.number || env.SHA8 }}.zip $(ls *.br *.html *.data *.js *.wasm CardinalMini.lv2/modgui)
- uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-wasm-${{ matrix.target }}-${{ github.event.pull_request.number || env.SHA8 }}