diff --git a/.github/workflows/build-plugins.yml b/.github/workflows/build-plugins.yml index c548e8b..c6b8800 100644 --- a/.github/workflows/build-plugins.yml +++ b/.github/workflows/build-plugins.yml @@ -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}' \ diff --git a/plugins/nnedi3.json b/plugins/nnedi3.json index 84aa8ed..6ec5af1 100644 --- a/plugins/nnedi3.json +++ b/plugins/nnedi3.json @@ -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", "--"] }