Skip to content

Commit 91e5d87

Browse files
committed
fix: upload artifact x2
1 parent 226033c commit 91e5d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Upload Artifact
5252
uses: actions/upload-artifact@v3
5353
with:
54-
name: '*.jar'
55-
path: ./target
54+
name: ubuntu-latest
55+
path: target/package
5656

5757
release:
5858
name: release

0 commit comments

Comments
 (0)