Skip to content

Commit

Permalink
Fix up the release name for the PDF.
Browse files Browse the repository at this point in the history
The name for the PDF had been done wrongly, so it wouldn't release
properly.
  • Loading branch information
gerph committed Sep 3, 2023
1 parent 4b983e3 commit 2b3ed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b3ed9d

Please sign in to comment.