Fixes actual operating system used for building (#212)

This commit is contained in:
Kamron Batman 2020-09-02 18:34:10 -07:00 committed by GitHub
parent 8ac9848555
commit 46b2221e87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ jobs:
value=`cat release_url/release_url.txt`
echo ::set-output name=upload_url::$value
- name: Publish Distribution
run: ./publish.cmd win core Release
run: ./publish.cmd ${{ matrix.os }} core Release
- name: Create Artifact
run: rm -rf ./Projects/*/bin && rm -rf ./Projects/*/obj && zip -9 -r modernuo-asset.zip ./*
- name: Upload Release