mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Only upload binary Windows artifacts
This commit is contained in:
parent
ba835d076f
commit
363be1dcbd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -330,6 +330,7 @@ jobs:
|
||||||
|
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
if: runner.os == 'Windows'
|
||||||
with:
|
with:
|
||||||
name: ${{ runner.os }}-package
|
name: ${{ runner.os }}-package
|
||||||
path: ${{ steps.strings.outputs.build-output-dir }}/bin
|
path: ${{ steps.strings.outputs.build-output-dir }}/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue