Skip to content

Commit 246be92

Browse files
committed
Update workflow files
1 parent 0ed571c commit 246be92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
uses: actions/upload-artifact@v4
5555
with:
5656
path: |
57-
output/Window Manager*.zip
57+
output/Files Dialog Jump*.zip
5858
compression-level: 0

.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/Window Manager*.zip
59+
output/Files Dialog Jump*.zip
6060
tag_name: "v${{ steps.version.outputs.prop }}"

0 commit comments

Comments
 (0)