Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed Apr 30, 2024
1 parent 4bf86e4 commit 055d91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: |
mvn -B package --file pom.xml
unzip target/app.jar
cp target/BOOT-INF/classes platform/windows/
cp target/BOOT-INF/lib platform/windows/
cp BOOT-INF/classes platform/windows/
cp BOOT-INF/lib platform/windows/
zip -r windows.zip platform/windows/
# 获取 Maven 项目版本
Expand Down

0 comments on commit 055d91b

Please sign in to comment.