Skip to content

Commit

Permalink
Ci: some fixes (#496)
Browse files Browse the repository at this point in the history
* Windows_Build: automatic fetch build type for path

* Hydra_Build: automatic fetch build_type for path
  • Loading branch information
Ishan09811 authored Apr 20, 2024
1 parent 466e67a commit 1af7664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Hydra_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 1af7664

Please sign in to comment.