Hydra_Build: automatic fetch build_type for path

This commit is contained in:
Ishan09811 2024-04-20 14:32:12 +05:30 committed by GitHub
parent f8a1b85228
commit b7db24ff88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: