mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-19 00:51:30 -07:00
Adjust build paths to accomodate changed target framework
This commit is contained in:
parent
7afffd8172
commit
bfcd493a96
2
.github/workflows/ci-debug.yml
vendored
2
.github/workflows/ci-debug.yml
vendored
@ -27,4 +27,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Bloxstrap (Debug) (${{ github.sha }})
|
||||
path: .\Bloxstrap\bin\Debug\net6.0-windows\win-x64\publish\*
|
||||
path: .\Bloxstrap\bin\Debug\net6.0-windows10.0.17763.0\win-x64\publish\*
|
2
.github/workflows/ci-release.yml
vendored
2
.github/workflows/ci-release.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Bloxstrap (Release) (${{ github.sha }})
|
||||
path: .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\*
|
||||
path: .\Bloxstrap\bin\Release\net6.0-windows10.0.17763.0\win-x64\publish\*
|
||||
|
||||
release:
|
||||
needs: build
|
||||
|
Loading…
Reference in New Issue
Block a user