Fixes actual operating system used for building (#212)
This commit is contained in:
parent
8ac9848555
commit
46b2221e87
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue