Skip to content

Commit

Permalink
Add step to upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Aug 21, 2024
1 parent 6fdb344 commit 44e28dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
git add --intent-to-add .
git diff --name-only --exit-code -- ":!:*/src/generated/resources/.cache/*"
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
path: |
Common/build/libs/*.jar
Forge/build/libs/*.jar
Fabric/build/libs/*.jar
hexdoc:
uses: hexdoc-dev/hexdoc/.github/workflows/hexdoc.yml@main
permissions:
Expand Down

0 comments on commit 44e28dc

Please sign in to comment.