Skip to content

Commit

Permalink
Fix upload-artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kneelawk committed May 12, 2024
1 parent 30cdeaa commit 5083ad2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
path: |
common/build/libs/
fabric/build/libs/
forge/build/libs/

0 comments on commit 5083ad2

Please sign in to comment.