We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88228a3 commit 8fd4d61Copy full SHA for 8fd4d61
1 file changed
.github/workflows/build.yml
@@ -35,6 +35,7 @@ jobs:
35
36
- name: copy jar
37
run: |
38
+ New-Item -ItemType Directory -Force -Path "release"
39
Copy-Item "target\jar-analyzer-engine-${{ env.VERSION }}-jar-with-dependencies.jar" -Destination "release\jar-analyzer-engine-${{ env.VERSION }}.jar"
40
working-directory: jar-analyzer
41
0 commit comments