1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2026-04-24 09:37:36 +00:00

fix: use correct path for nginx binary in CI verify step

This commit is contained in:
Jose Diaz-Gonzalez
2026-04-23 01:33:27 -04:00
parent aaf995fd4e
commit df8cba3582

View File

@ -50,4 +50,5 @@ jobs:
- name: Verify nginx binary
run: |
/tmp/nginx-build/nginx -V
source "$GITHUB_WORKSPACE/conf/nginx-configure-flags"
/tmp/nginx-${NGINX_VERSION}/objs/nginx -V