3proxy/.github/workflows
Vladimir Dubrovin da99424eac Fix rpm signing: hand the built packages back to the runner user
The rpm build runs in a container as root, so the packages arrived in the
workspace owned by root. Renaming them still worked, since that only needs
write permission on the directory, but rpm --addsign rewrites the file in
place and failed:

    error: 3proxy-0.9.9.0.el9.x86_64.rpm: open failed: Permission denied

Restore the invoking user's ownership before leaving the container, falling
back to a mode change where the container cannot chown, as under a rootless
container runtime.
2026-08-22 12:09:25 +03:00
..
build-rpm-arm64.yml Fix rpm signing: hand the built packages back to the runner user 2026-08-22 12:09:25 +03:00
build-rpm-armhf.yml Build deb packages in an Ubuntu 22.04 container 2026-08-22 11:30:37 +03:00
build-rpm-x86-64.yml Fix rpm signing: hand the built packages back to the runner user 2026-08-22 12:09:25 +03:00
build-watcom.yml Sign packages, publish checksums, attest before upload, narrow permissions 2026-08-21 11:08:20 +03:00
build-win32.yml Sign packages, publish checksums, attest before upload, narrow permissions 2026-08-21 11:08:20 +03:00
build-win64.yml Sign packages, publish checksums, attest before upload, narrow permissions 2026-08-21 11:08:20 +03:00
build-win-msys2-ucrt64.yml Support static libraries in Makefile.win 2026-07-10 12:10:01 +03:00
build-winarm64.yml Sign packages, publish checksums, attest before upload, narrow permissions 2026-08-21 11:08:20 +03:00
c-cpp-cmake.yml apt update before install in workflows 2026-07-27 11:27:55 +03:00
c-cpp-Linux.yml apt update before install in workflows 2026-07-27 11:22:03 +03:00
c-cpp-MacOS.yml Bump actions/checkout from 6 to 7 (#1241) 2026-06-23 11:54:36 +03:00
c-cpp-Windows.yml Fix windows build, re-submit as 0.9.8 2026-08-07 19:16:00 +03:00
docker-test.yml Bump docker/build-push-action from 6 to 7 (#1261) 2026-08-04 11:29:45 +03:00
docker.yml Sign packages, publish checksums, attest before upload, narrow permissions 2026-08-21 11:08:20 +03:00