Skip to content

Commit 8c036e5

Browse files
committed
Fix artifact download
1 parent 1fb8f05 commit 8c036e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ jobs:
121121
uses: actions/download-artifact@v4
122122
with:
123123
path: artifacts
124+
merge-multiple: true
124125
- name: Compress MacOS version
125-
run: 7z a -tzip {LargeCsvReader.zip} LargeCsvReader.app
126+
run: 7z a -tzip LargeCsvReader.zip LargeCsvReader.app
126127
working-directory: artifacts
127128
- name: Create a Release
128129
id: create_release

0 commit comments

Comments
 (0)