fix script path
This commit is contained in:
@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user