Update msbuild48.yml

incluce license.txt on lastbuild
This commit is contained in:
Ubit Umarov
2022-08-25 03:04:22 +01:00
committed by GitHub
parent ed8b205b9f
commit e745693bb9

View File

@@ -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: