We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c46acd commit 203e362Copy full SHA for 203e362
1 file changed
.github/workflows/maven.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Package artifacts
41
run: |
42
mkdir -p dist
43
- cp ./target/*.jar ./dist
+ cp target/*.jar dist
44
45
- name: Upload build
46
uses: actions/upload-artifact@v4
0 commit comments