From 2b3ed9d5df19870f3eb4ed0cde8d2ef58a1bae5e Mon Sep 17 00:00:00 2001 From: Charles Ferguson Date: Mon, 4 Sep 2023 00:34:22 +0100 Subject: [PATCH] Fix up the release name for the PDF. The name for the PDF had been done wrongly, so it wouldn't release properly. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1e69aa..ca93dd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: with: prerelease: false draft: true - artifacts: "PRMinXML-Staging-${{ steps.get_version.outputs.VERSION }}.zip,PRMinXML-Staging/prm/RISCOS_PRM_Staging.pdf" + artifacts: "PRMinXML-Staging-${{ steps.get_version.outputs.VERSION }}.zip,PRMinXML-Staging/prm/RISC_OS_PRM_Staging.pdf" artifactContentType: application/zip publish: