What's Changed
- .github/workflows: Switch to maintained release creation action by @tohojo in https://github.com/xdp-project/xdp-tools/pull/551
- util/xdpsock: Don't loop forever on RX by @tohojo in https://github.com/xdp-project/xdp-tools/pull/552
- xdpsock: Fix 32bit compile error by @reatmon-ti in https://github.com/xdp-project/xdp-tools/pull/553
- Makefile: remove all built artifacts on ma...