fix artifacts path

This commit is contained in:
CPunch 2023-09-01 14:43:20 -05:00 committed by cpunch
parent 096d80d8df
commit dfdd97e739
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