mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-15 18:39:47 +12:00
Hydra_Build: automatic fetch build_type for path
This commit is contained in:
parent
f8a1b85228
commit
b7db24ff88
1 changed files with 1 additions and 1 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:
|
||||
|
|
Loading…
Add table
Reference in a new issue