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

Commit 25f9fa6

Browse files
committed
fix some bugs
1 parent 429bdca commit 25f9fa6

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
@@ -37,13 +37,13 @@ jobs:
3737

3838
- name: Change name
3939
run: |
40-
cp "src/target/ManageSystemInJava-latest.jar" "ManageSystemInJava-${{github.github_sha}}.jar"
40+
cp "/home/runner/work/ManageSystemInJava/ManageSystemInJava/target/ManageSystemInJava-latest.jar" "/home/runner/work/ManageSystemInJava/ManageSystemInJava/target/ManageSystemInJava-${{github.github_sha}}.jar"
4141
4242
- name: create github release
4343
uses: softprops/[email protected]
4444
with:
4545
tag_name: ${{github.github_sha}}
4646
name: ${{github.github_sha}}
4747
files: |
48-
src/target/ManageSystemInJava-${{github.github_sha}}.jar
48+
"/home/runner/work/ManageSystemInJava/ManageSystemInJava/target/ManageSystemInJava-${{github.github_sha}}.jar"
4949
make_latest: true

0 commit comments

Comments
 (0)