Skip to content

Commit

Permalink
Temporary: Upload test binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Aug 4, 2024
1 parent 85f80e3 commit 9ffcb06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ffcb06

Please sign in to comment.