Only save exe artefact for Windows CI build
This commit is contained in:
parent
4f4c3b74be
commit
a72b57e710
|
@ -70,5 +70,5 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Artefact for Win build
|
name: Artefact for Win build
|
||||||
path: dist
|
path: dist/*.exe
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue