mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 03:31:31 +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
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Windows core
|
name: Windows core
|
||||||
path: '${{github.workspace}}/build/Release/Alber.dll'
|
path: '${{github.workspace}}/build/${{ env.BUILD_TYPE }}/Alber.dll'
|
||||||
|
|
||||||
|
|
||||||
MacOS:
|
MacOS:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue