mirror of
https://github.com/opensim/opensim.git
synced 2026-05-13 01:46:07 +08:00
Update msbuild48.yml
This commit is contained in:
3
.github/workflows/msbuild48.yml
vendored
3
.github/workflows/msbuild48.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user