Skip to content

Commit e2693e3

Browse files
committed
Skip Emscripten artifact upload for Cygwin builds
Adds a condition to the workflow to prevent archiving Emscripten’s JavaScript-WebAssembly build artifacts when building for Cygwin, as Emscripten is skipped on Cygwin.
1 parent f3c0857 commit e2693e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nqc_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
name: nqc-native-${{ matrix.with_cross && 'with' || 'without' }}-cross-assembler-on-${{ matrix.os }}-${{ matrix.platform }}
5959
path: build/bin/
6060
- name: Archive JavaScript-WebAssembly build artifacts
61+
if: runner.os != 'Windows'
6162
uses: actions/upload-artifact@v4
6263
with:
6364
name: nqc-JS-WebAssembly-${{ matrix.with_cross && 'with' || 'without' }}-cross-assembler-on-${{ matrix.os }}-${{ matrix.platform }}

0 commit comments

Comments
 (0)