From ae9763eedf669df7739139c46dfd7d89cd2a167c Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:28:48 +1100 Subject: [PATCH] ci: try uploading artifact --- .github/workflows/dotnet-desktop.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 2bde778..4a81085 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -33,3 +33,9 @@ jobs: - name: Build run: msbuild Rebuilder.sln /p:Configuration=Release + + - name: Upload a Build Artifact + uses: actions/upload-artifact@v2.2.1 + with: + path: + Rebuilder/obj/Release/Rebuilder.exe