From 79ab11343da47fbca3a94011699014693b824201 Mon Sep 17 00:00:00 2001 From: Ubit Umarov Date: Thu, 25 Aug 2022 01:06:33 +0100 Subject: [PATCH] Update msbuild48.yml --- .github/workflows/msbuild48.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/msbuild48.yml b/.github/workflows/msbuild48.yml index 684bbed148..286902a20d 100644 --- a/.github/workflows/msbuild48.yml +++ b/.github/workflows/msbuild48.yml @@ -18,14 +18,11 @@ jobs: - name: Build run: msbuild /p:Configuration=Release OpenSim.sln + - name: release + run: zip LastBuild.zip bin ThirdPartyLicenses README.md CONTRIBUTORS.txt - uses: softprops/action-gh-release@v1 with: name: OpenSimLastBuild draft: true - files: | - ./bin/ - ./ThirdPartyLicenses/ - ./ThirdPartyLicenses - ./README.md - ./CONTRIBUTORS.txt - + files: LastBuild.tgz +