X Tutup
Skip to content

Commit 6ef5248

Browse files
author
vilmibm
committed
cp -r instead of mv
1 parent 39628a4 commit 6ef5248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
mkdir -p site/packages/rpm
7575
cp dist/*.rpm site/packages/rpm/
7676
./script/createrepo.sh
77-
mv repodata site/packages/rpm/
77+
cp -r repodata site/packages/rpm/
7878
pushd site/packages/rpm
7979
gpg --yes --detach-sign --armor repodata/repomd.xml
8080
popd

0 commit comments

Comments
 (0)
X Tutup