Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bit4woo/knife
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed Dec 23, 2024
2 parents 5da3750 + 3588856 commit 3a89474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: mvn -B package --file pom.xml

- name: Archive Jar file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jar-with-dependencies
path: ./target/*-jar-with-dependencies.jar # 指定二进制文件的路径

0 comments on commit 3a89474

Please sign in to comment.