From 1cfcb6f6fe77da22f5ceeb2830d53917fef8b095 Mon Sep 17 00:00:00 2001 From: Ubit Umarov Date: Thu, 25 Aug 2022 00:44:13 +0100 Subject: [PATCH] Update msbuild48.yml --- .github/workflows/msbuild48.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msbuild48.yml b/.github/workflows/msbuild48.yml index 6030154f91..088a5699b9 100644 --- a/.github/workflows/msbuild48.yml +++ b/.github/workflows/msbuild48.yml @@ -18,10 +18,12 @@ jobs: - name: Build run: msbuild /p:Configuration=Release OpenSim.sln - - uses: actions/upload-artifact@v3 + - name: Release + - uses: softprops/action-gh-release@v1 with: name: OpenSimLastBuild - path: | + draft: true + files: | bin/ ThirdPartyLicenses/ ThirdPartyLicenses