Fix: add /usr/bin/vendor_perl into PATH

This commit is contained in:
2025-07-28 04:00:22 +08:00
parent 995b06ea19
commit baa214ea14

View File

@@ -49,6 +49,9 @@ runs:
- name: Build package
run: |
cd "${{ inputs.context }}"
echo "$PATH"
PATH="$PATH:/usr/bin/vendor_perl"
if [[ "${{ inputs.gpg-password }}" != 'none' ]]; then
eval $(gpg-agent --daemon) && \
echo "${{ inputs.gpg-password }}" | \