commit 1c672165993707fdd5fd7fa6171feaea532513ca parent d4751dc2064f6ee02490acd37169a1377d8ffec7 Author: BillKek <51540758+BillKek@users.noreply.github.com> Date: Fri, 2 Jul 2021 12:33:42 +0300 try to get exe/bin Diffstat:
| M | .github/workflows/ci.yml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -54,3 +54,8 @@ jobs: shell: cmd run: | ./build_msvc.bat + - name: Upload artifacts + uses: actions/upload-artifact@v2 + with: + name: Binaries + path: /*.exe
