Skip to content

Commit 8fd4d61

Browse files
committed
first commit
1 parent 88228a3 commit 8fd4d61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
- name: copy jar
3737
run: |
38+
New-Item -ItemType Directory -Force -Path "release"
3839
Copy-Item "target\jar-analyzer-engine-${{ env.VERSION }}-jar-with-dependencies.jar" -Destination "release\jar-analyzer-engine-${{ env.VERSION }}.jar"
3940
working-directory: jar-analyzer
4041

0 commit comments

Comments
 (0)