Skip to content

Commit

Permalink
ci: remove 'needs: build'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Nov 9, 2023
1 parent 4ab0063 commit 08743c5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,19 @@ jobs:
path: bin/*
linux-build:
runs-on: ubuntu-20.04
needs: build
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Prepare Environment
run: |
echo "GIT_REVISION=$(git describe --tags --always)" >> $GITHUB_ENV
- name: Download SporeModLoader
uses: actions/download-artifact@v3
with:
name: SporeModLoader-${{ env.GIT_REVISION }}
path: artifacts
- name: Build SporeModManager (Linux)
run: |
make -j$(nproc)
- name: Add SporeModManager (Linux) to SporeModLoader
run: |
mkdir -p artifacts/SporeModLoader/SporeModManager/
cp bin/SporeModManager artifacts/SporeModLoader/SporeModManager/SporeModManager
- name: Upload SporeModLoader
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 08743c5

Please sign in to comment.