Skip to content

Commit

Permalink
Remove debug artifact uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddiO committed Nov 10, 2024
1 parent dd4480d commit 9791e7f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ jobs:
cd gfwens
./premake5.exe vs2019
MSBuild.exe /p:Configuration=Release
- uses: actions/upload-artifact@v4
with:
name: gmsv_fwens_win${{matrix.arch}}.dll
path: gfwens\bin\release\gmsv_fwens_win${{matrix.arch}}.dll
###

build-linux:
Expand Down Expand Up @@ -136,12 +131,6 @@ jobs:
./premake5 gmake2
make config=release_x${{matrix.arch}}
- uses: actions/upload-artifact@v4
if: ${{ matrix.arch != 64 }}
with:
name: gmsv_fwens_linux.dll
path: gfwens/bin/release/gmsv_fwens_linux.dll

release:
name: Build Cleanup
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9791e7f

Please sign in to comment.