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