Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit 577133d

Browse files
authored
patch release workflow artifact name (space vs. dot) (#20)
1 parent 108740a commit 577133d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
});
5050
5151
const plainVersion = newVersion.slice(1); // remove the leading 'v'
52-
const artifactName = `Desktop.Starter-${plainVersion}-win.zip`;
52+
const artifactName = `Desktop Starter-${plainVersion}-win.zip`;
5353
const artifactPath = `./dist/${artifactName}`;
5454
await runWithOpts('github.repos.uploadReleaseAsset', {
5555
owner: context.repo.owner,

0 commit comments

Comments
 (0)