Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ht authored Jan 20, 2024
1 parent cc1833d commit 3b72ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
with:
tag_name: V2.0
token: ${{ secrets.GITHUB_TOKEN }}
#files: /home/runner/work/tcp/tcp/target/tcp-2.0.jar
files: ${project.build.directory}/tcp-2.0.jar
files: /home/runner/work/tcp/tcp/target/tcp-2.0.jar
#files: ${project.build.directory}/tcp-2.0.jar

0 comments on commit 3b72ab8

Please sign in to comment.