From e745693bb9d6a7ccf9896e37d529b1e1fd8af960 Mon Sep 17 00:00:00 2001 From: Ubit Umarov Date: Thu, 25 Aug 2022 03:04:22 +0100 Subject: [PATCH] Update msbuild48.yml incluce license.txt on lastbuild --- .github/workflows/msbuild48.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild48.yml b/.github/workflows/msbuild48.yml index e96b896b54..417ea90463 100644 --- a/.github/workflows/msbuild48.yml +++ b/.github/workflows/msbuild48.yml @@ -21,7 +21,7 @@ jobs: - name: Build run: msbuild /p:Configuration=Release OpenSim.sln - name: release - run: zip -r LastBuild.zip bin ThirdPartyLicenses README.md CONTRIBUTORS.txt + run: zip -r LastBuild.zip bin ThirdPartyLicenses README.md CONTRIBUTORS.txt LICENSE.txt - uses: softprops/action-gh-release@v1 with: