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:
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'
|
||||
|
||||
Reference in New Issue
Block a user