Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarlet-Phonavis authored Jul 5, 2024
1 parent 7a0f616 commit dd1dd4f
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,29 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Package
path: /*/build/libs
path: common/build/libs

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: Package
path: fabric/build/libs

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: Package
path: forge/build/libs

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: Package
path: neoforge/build/libs

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: Package
path: quilt/build/libs

0 comments on commit dd1dd4f

Please sign in to comment.