mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 09:02:50 +00:00
Update msbuild48.yml
This commit is contained in:
@@ -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