Skip to content

Commit

Permalink
fix: 完善workflow27-8
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhe32 committed Oct 9, 2024
1 parent 124cc9c commit 625891e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-jpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build with Maven
run: mvn clean install
- name: Jpackage
run: jpackage --type exe --input . --name binfast-apijson --main-jar target/binfast-apijson-0.0.2-SNAPSHOT.jar --dest ./target --win-menu --win-shortcut --icon ./target/classes/marshall.icns
run: jpackage --type exe --input . --name binfast-apijson --main-jar target/binfast-apijson-0.0.2-SNAPSHOT.jar --dest ./target --win-menu --win-shortcut --icon ./target/classes/marshall.ico
# 压缩文件
- name: Archive zip
uses: thedoctor0/zip-release@master
Expand Down
Binary file added src/main/resources/marshall.ico
Binary file not shown.

0 comments on commit 625891e

Please sign in to comment.