mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(ci): URL-encode asset filenames and allow release updates
Spaces in Electron Forge filenames (e.g. "5chan Setup.exe") broke markdown download links in the release body. Also add allowUpdates to finalize-release so it succeeds when a release already exists.
This commit is contained in:
@@ -320,4 +320,5 @@ jobs:
|
||||
with:
|
||||
artifacts: 'release-assets/*'
|
||||
bodyFile: "release-body.txt"
|
||||
allowUpdates: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user