Skip to content

Commit 09fee53

Browse files
committed
123
1 parent ec73135 commit 09fee53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/make.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
uses: softprops/[email protected]
110110
with:
111111
files: |
112-
dist/windows/windows.zip
113-
dist/linux/linux.zip
114-
dist/macos/macos.zip
112+
dist/windows/*
113+
dist/linux/*
114+
dist/macos/*
115115
tag_name: ${{ env.VERSION }}
116116

117117
# - name: Upload Linux Asset

0 commit comments

Comments
 (0)