Skip to content

Commit 057042c

Browse files
authored
Update artifact preparation to include Neoforge
1 parent 9a9e54a commit 057042c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Prepare artifacts for upload
3535
run: |
3636
mkdir -p dist
37-
cp {Common,Forge,Fabric}/build/libs/*.jar dist
37+
cp {Common,Neoforge,Fabric}/build/libs/*.jar dist
3838
3939
- name: Upload artifacts
4040
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)