Skip to content

Commit

Permalink
Fix artifact uploading in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Nov 26, 2023
1 parent 610c35c commit 29d41f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v3
with:
name: Fabric Artifacts
name: Forge Artifacts
path: forge/build/libs

0 comments on commit 29d41f2

Please sign in to comment.