Add WASM CI

This commit is contained in:
Lynix
2023-02-05 11:00:39 +01:00
parent c3dddb883d
commit b6d565a097
8 changed files with 104 additions and 1214 deletions

View File

@@ -7,6 +7,7 @@ on:
- '.github/workflows/coverage.yml'
- '.github/workflows/macos-build.yml'
- '.github/workflows/msys2-build.yml'
- '.github/workflows/wasm-build.yml'
- '.github/workflows/windows-build.yml'
- '.gitignore'
- 'LICENSE'
@@ -92,5 +93,5 @@ jobs:
# Upload artifacts
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.mode }}
name: nazaraengine-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.mode }}
path: package