Skip to content

Commit

Permalink
ci: use bin directory instead of artifacts for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Nov 9, 2023
1 parent 7342c44 commit c69fb38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
echo "GIT_REVISION=$(git describe --tags --always)" >> $GITHUB_ENV
- name: Build SporeModManager (Linux)
run: |
make BINARY_DIR=artifacts/SporeModLoader/SporeModManager -j$(nproc)
make BINARY_DIR=bin/SporeModLoader/SporeModManager -j$(nproc)
- name: Upload SporeModLoader (Linux)
uses: actions/upload-artifact@v3
with:
name: SporeModLoader-${{ env.GIT_REVISION }}
path: artifacts/*
path: bin/*

0 comments on commit c69fb38

Please sign in to comment.