Skip to content

Commit

Permalink
Use the bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjaltesorgenfrei committed Feb 16, 2023
1 parent f26d832 commit 0ed2c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
run: cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -S${{github.workspace}} -B${{github.workspace}}/build -G "Visual Studio 17 2022" -T host=x64 -A x64 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: cmake --config ${{env.BUILD_TYPE}}

- name: Archive Release
uses: thedoctor0/zip-release@main
with:
type: 'zip'
filename: 'windows-x64-release.zip'
path: ${{github.workspace}}/build/Release
path: ${{github.workspace}}/build/Release/bin

- name: Upload Release
uses: marvinpinto/[email protected]
Expand Down

0 comments on commit 0ed2c2f

Please sign in to comment.