mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 03:31:31 +12:00
Windows_Build: automatic fetch build type for path
This commit is contained in:
parent
466e67a2fd
commit
f8a1b85228
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Windows_Build.yml
vendored
2
.github/workflows/Windows_Build.yml
vendored
|
@ -43,4 +43,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Windows executable
|
name: Windows executable
|
||||||
path: './build/Release/Alber.exe'
|
path: './build/${{ env.BUILD_TYPE }}/Alber.exe'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue