mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-26 05:02:46 +00:00
`cp` is so stupid
This commit is contained in:
parent
9e66fe4e93
commit
d798da80f7
|
|
@ -95,11 +95,7 @@ jobs:
|
|||
# 创建两个目录来存放构建产物(产物内容一样,只是文件名不一样)
|
||||
mkdir dist dist-for-pre
|
||||
find ./pkg -name "chsrc_${version}*.deb" -exec mv {} dist/ \;
|
||||
cp -r dist/ dist-for-pre/
|
||||
|
||||
ls -al dist/
|
||||
|
||||
ls -al dist-for-pre/
|
||||
cp -r dist/* dist-for-pre/
|
||||
|
||||
# 上传至 'pre' release 的文件名需要设置为 'latest', 从而稳定下载URL
|
||||
cd ./dist-for-pre
|
||||
|
|
|
|||
Loading…
Reference in New Issue