Skip to content

Commit aa42e85

Browse files
author
dushixiang
committedDec 18, 2022
修改 workflows 自动发版脚本
1 parent 372c8c6 commit aa42e85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/docker-next-terminal.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
sh build.sh
3939
mv next-terminal next-terminal-bin
4040
mkdir next-terminal
41-
mv next-terminal-bin next-terminal/next-terminal
42-
mv config.yml.example next-terminal/config.yml
43-
mv LICENSE next-terminal/
41+
cp next-terminal-bin next-terminal/next-terminal
42+
cp config.yml.example next-terminal/config.yml
43+
cp LICENSE next-terminal/
4444
tar zcvf next-terminal.tar.gz next-terminal/
4545
- name: release
4646
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)
Please sign in to comment.