fix artifacts path

This commit is contained in:
CPunch 2023-09-01 14:43:20 -05:00
parent 0f0a8fb085
commit 2d889a37d1
1 changed files with 2 additions and 2 deletions

View File

@ -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