build action: remove windows-warn-${{ matrix.arch }}.log, as it makes errors unreachable
This commit is contained in:
parent
7a755dc56c
commit
45ed010114
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make DOWNLOAD_GAMEPACKS=no MAKEFILE_CONF=msys2-Makefile.conf BUILD=release -j$(nproc) 2> windows-warn-${{ matrix.arch }}.log
|
make DOWNLOAD_GAMEPACKS=no MAKEFILE_CONF=msys2-Makefile.conf BUILD=release -j$(nproc)
|
||||||
wget https://www.dropbox.com/s/b1xpajzfa6yjlzf/netradiant-custom-extra-gamepacks.zip
|
wget https://www.dropbox.com/s/b1xpajzfa6yjlzf/netradiant-custom-extra-gamepacks.zip
|
||||||
unzip -o netradiant-custom-extra-gamepacks.zip -d "install"
|
unzip -o netradiant-custom-extra-gamepacks.zip -d "install"
|
||||||
wget https://www.dropbox.com/s/hcgkwzzmja3m6c0/netradiant-custom-extra-win.zip
|
wget https://www.dropbox.com/s/hcgkwzzmja3m6c0/netradiant-custom-extra-win.zip
|
||||||
|
|
@ -51,11 +51,6 @@ jobs:
|
||||||
path: install/
|
path: install/
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: warnings
|
|
||||||
path: windows-warn*.log
|
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
name: ${{ matrix.config }} Linux ${{ matrix.arch }}
|
name: ${{ matrix.config }} Linux ${{ matrix.arch }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user