1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-06-06 13:17:46 +00:00

Only upload binary Windows artifacts

This commit is contained in:
Joshua Goins 2025-05-07 21:19:51 -04:00
parent 2e181262ff
commit 046b549f3c

View file

@ -332,6 +332,7 @@ jobs:
- name: Archive artifacts
uses: actions/upload-artifact@v4
if: runner.os == 'Windows'
with:
name: ${{ runner.os }}-package
path: ${{ steps.strings.outputs.build-output-dir }}/bin