Windows_Build: automatic fetch build type for path

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

View file

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