Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit f77d737

Browse files
committed
update workflows
1 parent 9aa4296 commit f77d737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Java_CI_with_Maven_and_Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: rename jar
6262
run: |
63-
rename-item ".\target\DictSystemInJava-latest.jar" -newname ".\target\DictSystemInJava-jdk${{ matrix.version }}.jar"
63+
rename-item ".\target\DictSystemInJava-latest.jar" -newname "DictSystemInJava-jdk${{ matrix.version }}.jar"
6464
6565
- name: create github release
6666
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/V')

0 commit comments

Comments
 (0)