mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Make artifacts per-OS names
This commit is contained in:
parent
dbfbcb2f29
commit
77fbc300de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -278,5 +278,5 @@ jobs:
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: windows
|
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