Skip to content

Commit

Permalink
Update Build workflow to put mod versions in separate artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Seeker committed Aug 17, 2023
1 parent a3d3249 commit 6bfc04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from LTS java on one OS
uses: actions/upload-artifact@v2
with:
name: Artifacts
name: Artifacts-Fabric
path: fabric/build/libs/
- name: capture forge build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from LTS java on one OS
uses: actions/upload-artifact@v2
with:
name: Artifacts
name: Artifacts-Forge
path: forge/build/libs/

0 comments on commit 6bfc04e

Please sign in to comment.