Skip to content

Commit 94e69a9

Browse files
committed
Align artifact names; separate HTML/JS files
1 parent 9cf9201 commit 94e69a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nqc_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Archive native build artifacts
2727
uses: actions/upload-artifact@v4
2828
with:
29-
name: nqc-${{ matrix.os }}-native
29+
name: nqc-native-${{ matrix.os }}
3030
path: build/bin/
3131
- name: Archive WebAssembly build artifacts
3232
uses: actions/upload-artifact@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ifneq (,$(strip $(findstring $(TARGETTYPE), WebAssembly)))
9494
CXX = emcc
9595
OBJ_SUBDIR_NAME = wobj
9696
EXEC_SUBDIR_NAME = wasm
97-
EXEC_EXT = .html
97+
EXEC_EXT = .{html,js}
9898

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

0 commit comments

Comments
 (0)