We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fbb1d commit 566d487Copy full SHA for 566d487
.github/workflows/publish.yml
@@ -56,5 +56,5 @@ jobs:
56
uses: softprops/action-gh-release@v2
57
with:
58
files: |
59
- output/Dialog Jump Files*.zip
+ output/DialogJump.Files*.zip
60
tag_name: "v${{ steps.version.outputs.prop }}"
build/Program.cs
@@ -140,7 +140,7 @@ public override void Run(BuildContext context)
140
141
context.ZipCompress(
142
rootPath: srcDir,
143
- outputPath: $"{dstDir}/Dialog Jump Files-{context.PublishVersion}.zip",
+ outputPath: $"{dstDir}/DialogJump.Files-{context.PublishVersion}.zip",
144
filePaths: files,
145
level: 9
146
);
0 commit comments