mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-12 17:18:17 +08:00
cp
is so stupid
This commit is contained in:
parent
9e66fe4e93
commit
d798da80f7
6
.github/workflows/pkg-DEB.yml
vendored
6
.github/workflows/pkg-DEB.yml
vendored
@ -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…
x
Reference in New Issue
Block a user