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