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

Commit 9aa4296

Browse files
committed
update workflows
1 parent c650858 commit 9aa4296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Java_CI_with_Maven_and_Publish.yml

Lines changed: 2 additions & 2 deletions
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 ".\target\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')
@@ -82,7 +82,7 @@ jobs:
8282
tag_name: ${{github.github_sha}}
8383
name: ${{github.github_sha}}
8484
files: |
85-
D:\a\ManageSystemInJava\ManageSystemInJava\target\DictSystemInJava-jdk${{ matrix.version }}.jar
85+
".\target\DictSystemInJava-jdk${{ matrix.version }}.jar"
8686
make_latest: false
8787
draft: false
8888
prerelease: true

0 commit comments

Comments
 (0)