Skip to content

Commit dd03ad4

Browse files
committed
Update artifact upload step to include ZIP files in release workflow
1 parent c9445ce commit dd03ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/upload-artifact@v4
7373
with:
7474
name: dir-dumper-${{ matrix.platform.os }}-${{ matrix.platform.arch }}
75-
path: ./dist/*.tar.gz
75+
path: ./dist/*.tar.gz, ./dist/*.zip
7676
if-no-files-found: error
7777

7878
- name: Upload Windows Artifact

0 commit comments

Comments
 (0)