Skip to content

Commit

Permalink
Test win builds
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddiO committed Nov 10, 2024
1 parent 7720d1a commit 8d0d948
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ jobs:
with:
name: gmsv_fwens_linux${{matrix.arch}}.dll
path: gfwens/bin/release/gmsv_fwens_linux${{matrix.arch}}.dll
- uses: actions/download-artifact@v4
with:
name: gmsv_fwens_win32.dll

- uses: actions/download-artifact@v4
with:
name: gmsv_fwens_win64.dll


# release:
# name: Build Cleanup
Expand Down

0 comments on commit 8d0d948

Please sign in to comment.