Update msbuild48.yml

This commit is contained in:
Ubit Umarov
2022-08-25 01:11:18 +01:00
committed by GitHub
parent d642b2dbc9
commit d00dd1b4f9

View File

@@ -19,10 +19,9 @@ jobs:
run: msbuild /p:Configuration=Release OpenSim.sln
- name: release
run: zip LastBuild.zip bin ThirdPartyLicenses README.md CONTRIBUTORS.txt
run: zip -r LastBuild.zip bin ThirdPartyLicenses README.md CONTRIBUTORS.txt
- uses: softprops/action-gh-release@v1
with:
name: OpenSimLastBuild
draft: true
files: LastBuild.zip