Skip to content

Commit 363be1d

Browse files
committed
Only upload binary Windows artifacts
1 parent ba835d0 commit 363be1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ jobs:
330330
331331
- name: Archive artifacts
332332
uses: actions/upload-artifact@v4
333+
if: runner.os == 'Windows'
333334
with:
334335
name: ${{ runner.os }}-package
335336
path: ${{ steps.strings.outputs.build-output-dir }}/bin

0 commit comments

Comments
 (0)