mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Ci: some fixes (#496)
* Windows_Build: automatic fetch build type for path * Hydra_Build: automatic fetch build_type for path
This commit is contained in:
parent
466e67a2fd
commit
1af7664efc
2 changed files with 2 additions and 2 deletions
2
.github/workflows/Hydra_Build.yml
vendored
2
.github/workflows/Hydra_Build.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Windows core
|
||||
path: '${{github.workspace}}/build/Release/Alber.dll'
|
||||
path: '${{github.workspace}}/build/${{ env.BUILD_TYPE }}/Alber.dll'
|
||||
|
||||
|
||||
MacOS:
|
||||
|
|
2
.github/workflows/Windows_Build.yml
vendored
2
.github/workflows/Windows_Build.yml
vendored
|
@ -43,4 +43,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Windows executable
|
||||
path: './build/Release/Alber.exe'
|
||||
path: './build/${{ env.BUILD_TYPE }}/Alber.exe'
|
||||
|
|
Loading…
Add table
Reference in a new issue