Skip to content

Commit

Permalink
Align artifact names; separate HTML/JS files
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jul 1, 2024
1 parent 9cf9201 commit 94e69a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nqc_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Archive native build artifacts
uses: actions/upload-artifact@v4
with:
name: nqc-${{ matrix.os }}-native
name: nqc-native-${{ matrix.os }}
path: build/bin/
- name: Archive WebAssembly build artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ifneq (,$(strip $(findstring $(TARGETTYPE), WebAssembly)))
CXX = emcc
OBJ_SUBDIR_NAME = wobj
EXEC_SUBDIR_NAME = wasm
EXEC_EXT = .html
EXEC_EXT = .{html,js}

# Documentation for various Emscripten flags
# - Full List: https://github.com/emscripten-core/emscripten/blob/main/src/settings.js
Expand Down

0 comments on commit 94e69a9

Please sign in to comment.