diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index 268e6bd..91198b6 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -13,6 +13,11 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - name: Build run: msbuild.exe rugburn.sln "/p:Configuration=Release;Platform=x86" + - name: Upload + uses: actions/upload-artifact@v2 + with: + name: test.exe + path: out/Win32/Release/test.exe - name: Test run: ./out/Win32/Release/test.exe - name: Upload