Skip to content

Commit

Permalink
ci(github-actions): copy bin\release binaries to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Apr 14, 2024
1 parent 1b494cc commit 472078e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
cmake -DCMAKE_BUILD_TYPE=Release ../ -B .
cmake --build . --config Release
cd ..\bin
copy /Y Release\* .
.\YakshaTests.exe
check-ubuntu-x86_64:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 472078e

Please sign in to comment.