mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
CI: Don't attempt to rename files if not required
This commit is contained in:
parent
6c121a093b
commit
8271a6e8db
6
.github/scripts/.package.zsh
vendored
6
.github/scripts/.package.zsh
vendored
|
|
@ -258,8 +258,10 @@ ${_usage_host:-}"
|
|||
pushd ${project_root}
|
||||
cmake --build build_${target##*-} --config ${config} -t package ${cmake_args}
|
||||
|
||||
mv ${project_root}/release/*.deb ${project_root}/release/${output_name}.deb
|
||||
mv ${project_root}/release/*.ddeb ${project_root}/release/${output_name}.ddeb
|
||||
if [ ! -e ${project_root}/release/${output_name}.deb ]; then
|
||||
mv ${project_root}/release/*.deb ${project_root}/release/${output_name}.deb
|
||||
mv ${project_root}/release/*.ddeb ${project_root}/release/${output_name}.ddeb
|
||||
fi
|
||||
popd
|
||||
}
|
||||
|
||||
|
|
|
|||
0
.github/test
vendored
Normal file
0
.github/test
vendored
Normal file
Loading…
Reference in New Issue
Block a user