Skip to content

Commit

Permalink
plugin runner release upload fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Olt committed Jul 11, 2024
1 parent 465ffe7 commit cbb5578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
'${PLUGIN_NAME}-${{ github.sha }}' \
--repo '${{ github.repository }}' \
--title ${PLUGIN_FILE} \
--notes "Automatic build of ${PLUGIN_NAME}" \
--notes "Automatic build of ${PLUGIN_NAME}"
gh release upload \
'${PLUGIN_NAME}-${{ github.sha }}' \
'${PLUGIN_FILE}' \
Expand Down
2 changes: 1 addition & 1 deletion plugins/nnedi3.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"tests": [
{
"name" : "process-blank",
"create_files" : ["nnedi3-test.vpy"],
"create_files" : ["nnedi3-test.vpy" ],
"commands": [
{ "cmd": [ "cp", "{BUILDDIR}/vapoursynth-nnedi3-12/src/nnedi3_weights.bin", "{TESTDIR}/nnedi3_weights.bin" ] },
{ "cwd": "{TESTDIR}", "cmd": ["{VSPIPE}", "nnedi3-test.vpy", "--"] }
Expand Down

0 comments on commit cbb5578

Please sign in to comment.