Open DavidProdinger opened 2 days ago
In the workflow package is the wrong executable linked, which would result in ./coraza-spoa: No such file or directory (not tested, but seems wrong, similar issue in this run).
./coraza-spoa: No such file or directory
https://github.com/corazawaf/coraza-spoa/blob/0ae212b79f26bb949066007456cc8dc34451e4be/.github/workflows/package.yaml#L62
I think it should be ./build/coraza-spoa=/usr/bin/coraza-spoa \
./build/coraza-spoa=/usr/bin/coraza-spoa \
In the workflow package is the wrong executable linked, which would result in
./coraza-spoa: No such file or directory
(not tested, but seems wrong, similar issue in this run).https://github.com/corazawaf/coraza-spoa/blob/0ae212b79f26bb949066007456cc8dc34451e4be/.github/workflows/package.yaml#L62
I think it should be
./build/coraza-spoa=/usr/bin/coraza-spoa \