Skip to content

Commit

Permalink
chore(actions): add file extension for direct download
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Nov 26, 2023
1 parent b775eda commit 248adb1
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 @@ -56,5 +56,5 @@ jobs:
core.summary
.addHeading('Download', 3)
.addLink('PaperTweaks.zip', `https://nightly.link/${owner}/${repo}/actions/runs/${run_id}`)
.addLink('PaperTweaks.zip', `https://nightly.link/${owner}/${repo}/actions/runs/${run_id}/PaperTweaks.zip`)
.write();

0 comments on commit 248adb1

Please sign in to comment.