Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.

Commit 7e94cbc

Browse files
authored
Properly upload artifact
1 parent d205c1b commit 7e94cbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_1.21.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: ${{ env.project_id_b }} CI Artifacts
55-
path: build/libs/*-paperclip-*-mojmap.jar
55+
path: build/libs/*.jar
5656

5757
- name : SetENV
5858
run: |

0 commit comments

Comments
 (0)