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:
parent
2e181262ff
commit
046b549f3c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue