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

Commit 3fa76c4

Browse files
committed
fix some bugs
1 parent 25f9fa6 commit 3fa76c4

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
@@ -45,5 +45,5 @@ jobs:
4545
tag_name: ${{github.github_sha}}
4646
name: ${{github.github_sha}}
4747
files: |
48-
"/home/runner/work/ManageSystemInJava/ManageSystemInJava/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)