fix script path

This commit is contained in:
2025-06-21 13:41:15 +02:00
parent c5f45cee28
commit a5c9cade3e

View File

@ -28,4 +28,4 @@ runs:
shell: bash shell: bash
run: "grep 'pkgver = ' $SRCINFO_PATH | sed 's/ = /=/' >> $GITHUB_OUTPUT" run: "grep 'pkgver = ' $SRCINFO_PATH | sed 's/ = /=/' >> $GITHUB_OUTPUT"
env: env:
SRCINFO_PATH: ${{ inputs.srcinfo-file }} SRCINFO_PATH: ${{ inputs.srcinfo-path }}