Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
sixth time the charm
  • Loading branch information
Scarlet-Phonavis authored Jul 5, 2024
1 parent dd1dd4f commit 1c50071
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Package
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

path: "**/build/libs"

0 comments on commit 1c50071

Please sign in to comment.