add Win boot script

This commit is contained in:
zhongjie
2021-06-15 11:26:48 +08:00
parent 57ffa9d351
commit 1ec59d51fc
6 changed files with 78 additions and 3 deletions

View File

@@ -51,8 +51,10 @@ jobs:
mkdir fizz-gateway-community
cp ./fizz-bootstrap/target/fizz-bootstrap-*.jar ./fizz-gateway-community/fizz-gateway-community.jar
cp ./fizz-bootstrap/target/classes/application.yml ./fizz-gateway-community/application.yml
cp ./fizz-bootstrap/target/classes/bootstrap.yml ./fizz-gateway-community/bootstrap.yml
cp ./fizz-bootstrap/target/classes/log4j2-spring.xml ./fizz-gateway-community/log4j2-spring.xml
cp ./fizz-bootstrap/sh/boot.sh ./fizz-gateway-community/boot.sh
cp ./fizz-bootstrap/sh/boot.cmd ./fizz-gateway-community/boot.cmd
zip -r ./fizz-gateway-community-${{ steps.releaseVersion.outputs.substring }}.zip ./fizz-gateway-community/*
- name: Release
uses: softprops/action-gh-release@v1