We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbdf76 commit c3e5feeCopy full SHA for c3e5fee
1 file changed
.github/workflows/main.yml
@@ -330,6 +330,7 @@ jobs:
330
331
- name: Archive artifacts
332
uses: actions/upload-artifact@v4
333
+ if: runner.os == 'Windows'
334
with:
335
name: ${{ runner.os }}-package
336
path: ${{ steps.strings.outputs.build-output-dir }}/bin
0 commit comments