Use more specific mv source glob
This commit is contained in:
parent
9b9ec403cb
commit
2ec397756e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ cp -a yarn.lock /tmp/yarn.lock
|
|||
dpkg-buildpackage -us -uc --pre-clean --post-clean
|
||||
|
||||
mkdir -p ${ARTIFACT_DIR}/
|
||||
mv ../jellyfin[-_]* ${ARTIFACT_DIR}/
|
||||
mv ../jellyfin*.{deb,dsc,tar.gz,buildinfo,changes} ${ARTIFACT_DIR}/
|
||||
|
||||
cp -a /tmp/yarn.lock yarn.lock
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue