cp -r instead of mv
This commit is contained in:
parent
39628a4354
commit
6ef5248d21
1 changed files with 1 additions and 1 deletions
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
mkdir -p site/packages/rpm
|
||||
cp dist/*.rpm site/packages/rpm/
|
||||
./script/createrepo.sh
|
||||
mv repodata site/packages/rpm/
|
||||
cp -r repodata site/packages/rpm/
|
||||
pushd site/packages/rpm
|
||||
gpg --yes --detach-sign --armor repodata/repomd.xml
|
||||
popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue