Skip to content

Commit e8debe9

Browse files
committed
Update publish file name
1 parent 566d487 commit e8debe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
uses: softprops/action-gh-release@v2
5757
with:
5858
files: |
59-
output/DialogJump.Files*.zip
59+
output/DialogJump Files*.zip
6060
tag_name: "v${{ steps.version.outputs.prop }}"

build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public override void Run(BuildContext context)
140140

141141
context.ZipCompress(
142142
rootPath: srcDir,
143-
outputPath: $"{dstDir}/DialogJump.Files-{context.PublishVersion}.zip",
143+
outputPath: $"{dstDir}/DialogJump Files-{context.PublishVersion}.zip",
144144
filePaths: files,
145145
level: 9
146146
);

0 commit comments

Comments
 (0)