Skip to content

Commit 203e362

Browse files
committed
update
1 parent 6c46acd commit 203e362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Package artifacts
4141
run: |
4242
mkdir -p dist
43-
cp ./target/*.jar ./dist
43+
cp target/*.jar dist
4444
4545
- name: Upload build
4646
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)