From 66611718074de9f1000488c8169d853f9ba0eaa0 Mon Sep 17 00:00:00 2001 From: JaDogg Date: Sun, 14 Apr 2024 15:31:45 +0100 Subject: [PATCH] ci(github-actions): copy bin\release binaries to bin --- .github/workflows/development.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 40284326..d3b0fc6b 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -31,6 +31,7 @@ jobs: cmake -DCMAKE_BUILD_TYPE=Release ../ -B . cmake --build . --config Release cd ..\bin + Copy-Item -Path ".\Release\*" -Destination ".\" -Force .\YakshaTests.exe check-ubuntu-x86_64: runs-on: ${{ matrix.os }}