mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-12 17:18:17 +08:00
Debug dist-for-pre
This commit is contained in:
parent
1c630d3c5b
commit
9e66fe4e93
4
.github/workflows/pkg-DEB.yml
vendored
4
.github/workflows/pkg-DEB.yml
vendored
@ -97,6 +97,10 @@ jobs:
|
||||
find ./pkg -name "chsrc_${version}*.deb" -exec mv {} dist/ \;
|
||||
cp -r dist/ dist-for-pre/
|
||||
|
||||
ls -al dist/
|
||||
|
||||
ls -al dist-for-pre/
|
||||
|
||||
# 上传至 'pre' release 的文件名需要设置为 'latest', 从而稳定下载URL
|
||||
cd ./dist-for-pre
|
||||
for old_name in ./chsrc_${version}*.deb; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user