mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-05-12 13:41:33 +03:00
runners: Fix zfs-release RPM creation (#17173)
The zfs-qemu-packages workflow was incorrectly copying the built zfs-release RPMs to ~/zfsonlinux.github.com rather than ~/zfs. This meant that the RPMs were not being correctly picked in the artifacts files. This fixes the issue. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: @ImAwsumm Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
This commit is contained in:
parent
a0e62718cf
commit
240fc4a6d1
5
.github/workflows/scripts/qemu-4-build-vm.sh
vendored
5
.github/workflows/scripts/qemu-4-build-vm.sh
vendored
@ -259,8 +259,9 @@ function rpm_build_and_install() {
|
|||||||
|
|
||||||
# ZFS release RPMs are built. Copy them to the ~/zfs directory just to
|
# ZFS release RPMs are built. Copy them to the ~/zfs directory just to
|
||||||
# keep all the RPMs in the same place.
|
# keep all the RPMs in the same place.
|
||||||
cp ~/rpmbuild/RPMS/noarch/*.rpm .
|
cp ~/rpmbuild/RPMS/noarch/*.rpm ~/zfs
|
||||||
cp ~/rpmbuild/SRPMS/*.rpm .
|
cp ~/rpmbuild/SRPMS/*.rpm ~/zfs
|
||||||
|
|
||||||
popd
|
popd
|
||||||
rm -fr ~/rpmbuild
|
rm -fr ~/rpmbuild
|
||||||
echo "##[endgroup]"
|
echo "##[endgroup]"
|
||||||
|
Loading…
Reference in New Issue
Block a user