Skip to content

Commit 038e69e

Browse files
authored
Fixed bug copying jar file in onTagCreateRelease.yml
1 parent ccea387 commit 038e69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onTagCreateRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
### Create zip file
8282

8383
- name: Copy jar file from the dist to the release directory
84-
run: cp dist/javaxt-express.jar release
84+
run: cp dist/javaxt-express*.jar release
8585

8686

8787
- name: Copy release assets to the release directory

0 commit comments

Comments
 (0)