diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index ce3e146..27d3b05 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -90,12 +90,12 @@ jobs: - name: Test run: python3 make.py test-${{ matrix.config.target }} - - name: Test WasmTime - run: python3 make.py test-${{ matrix.config.target }}time - - name: Generate run: python3 make.py generate-${{ matrix.config.target }} + - name: Test WasmTime + run: python3 make.py test-${{ matrix.config.target }}time + - name: Archive run: python3 make.py archive-${{ matrix.config.target }}