diff --git a/.github/workflows/_artifact.yml b/.github/workflows/_artifact.yml index 6454a3c9..917fd44b 100644 --- a/.github/workflows/_artifact.yml +++ b/.github/workflows/_artifact.yml @@ -55,7 +55,7 @@ jobs: mingw64/mingw-w64-x86_64-SDL2_net - name: Compile run: | - make -f Makefiles/${{ matrix.makefile }} -j release NET_BOARD=1 BIN_DIR=bin OUTFILE=supermodel${{ matrix.outfile_ext }} OPT="${OPT_INPUT:-"-O3 -g"}" LDOPT="" + make -f Makefiles/${{ matrix.makefile }} release NET_BOARD=1 BIN_DIR=bin OUTFILE=supermodel${{ matrix.outfile_ext }} OPT="${OPT_INPUT:-"-O3 -g"}" LDOPT="" echo "pkg_path=$(make -f Makefiles/${{ matrix.makefile }} -j pkg/path)" >> $GITHUB_ENV - name: Validate run: ./bin/supermodel${{ matrix.outfile_ext }} -print-games