From b0a56336c0cb435afdaca01b63a7d736f99340ac Mon Sep 17 00:00:00 2001 From: Putta Khunchalee Date: Sun, 29 May 2022 13:22:45 +0700 Subject: [PATCH] Add step to upload artifact --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7e9d1c..2c81597 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,3 +31,8 @@ jobs: run: _build.bat working-directory: _Build/_Gcc shell: cmd + - name: Upload artifacts + uses: actions/upload-artifact@v3 + with: + name: Kyty + path: _Build/_Gcc/_bin