Skip to content

Commit

Permalink
修改 workflows 自动发版脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
dushixiang committed Dec 18, 2022
1 parent 372c8c6 commit aa42e85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-next-terminal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
sh build.sh
mv next-terminal next-terminal-bin
mkdir next-terminal
mv next-terminal-bin next-terminal/next-terminal
mv config.yml.example next-terminal/config.yml
mv LICENSE next-terminal/
cp next-terminal-bin next-terminal/next-terminal
cp config.yml.example next-terminal/config.yml
cp LICENSE next-terminal/
tar zcvf next-terminal.tar.gz next-terminal/
- name: release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit aa42e85

Please sign in to comment.