Skip to content

Commit

Permalink
ci: add SporeModLoader linux build to mingw build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Nov 16, 2023
1 parent 40e428d commit 3157870
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,16 @@ jobs:
- name: Build SporeModManager (Linux)
run: |
make SporeModManager -j$(nproc)
- name: Upload SporeModLoader (Linux)
- name: Upload SporeModLoader (Linux for msvc)
uses: actions/upload-artifact@v3
with:
name: SporeModLoader-${{ env.GIT_REVISION }}
path: bin/*
- name: Upload SporeModLoader (Linux for mingw)
uses: actions/upload-artifact@v3
with:
name: SporeModLoader-mingw-${{ env.GIT_REVISION }}
path: bin/*
mingw-build:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 3157870

Please sign in to comment.