mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-10-01 15:40:07 +00:00
fix artifacts path
This commit is contained in:
4
.github/workflows/check_build.yaml
vendored
4
.github/workflows/check_build.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Cosmo-Ubuntu
|
name: Cosmo-Ubuntu
|
||||||
path: bin
|
path: build/bin
|
||||||
|
|
||||||
windows-build:
|
windows-build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@@ -42,4 +42,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Cosmo-Windows
|
name: Cosmo-Windows
|
||||||
path: bin
|
path: build/bin
|
Reference in New Issue
Block a user