Skip to content

Commit c3e5fee

Browse files
committed
Only upload binary Windows artifacts
1 parent 3dbdf76 commit c3e5fee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)