mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-14 11:50:07 +00:00
fix artifacts path
This commit is contained in:
parent
0f0a8fb085
commit
2d889a37d1
4
.github/workflows/check_build.yaml
vendored
4
.github/workflows/check_build.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Cosmo-Ubuntu
|
||||
path: bin
|
||||
path: build/bin
|
||||
|
||||
windows-build:
|
||||
runs-on: windows-latest
|
||||
@ -42,4 +42,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Cosmo-Windows
|
||||
path: bin
|
||||
path: build/bin
|
Loading…
Reference in New Issue
Block a user