Skip to content

Commit

Permalink
Fix for the test output archive not including any files.
Browse files Browse the repository at this point in the history
In the release the test output archive didn't include any files,
because I'd forgotten to recurse. Oops.
  • Loading branch information
gerph committed May 8, 2022
1 parent 1332ac6 commit c333834
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 @@ -192,7 +192,7 @@ jobs:
cd Test-Output
# We use zip here because most people using these tools will be RISC OS users
# and zip is more friendly to them.
zip ../TestOutput-${{ needs.export-riscos.outputs.version }}.zip *
zip -9r ../TestOutput-${{ needs.export-riscos.outputs.version }}.zip *
- name: Create Release
id: create_release
Expand Down

0 comments on commit c333834

Please sign in to comment.