mirror of https://github.com/axmolengine/axmol.git
Update publish.yml [skip ci]
Runs publish ci on windows for we can add angle prebuilts to package
This commit is contained in:
parent
1adb2031dd
commit
6f8601be7d
|
@ -16,7 +16,7 @@ on:
|
|||
required: false
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -51,12 +51,6 @@ jobs:
|
|||
echo "Forwarding release_ver=$env:release_ver ..."
|
||||
echo "release_ver=$env:release_ver" >> ${env:GITHUB_OUTPUT}
|
||||
|
||||
- name: Install linux dependencies
|
||||
if: ${{ steps.forward_ver.outputs.release_ver != '' }}
|
||||
run: |
|
||||
AX_ROOT=`pwd`
|
||||
echo -e "y" | pwsh $AX_ROOT/setup.ps1
|
||||
|
||||
- name: Make package
|
||||
if: ${{ steps.forward_ver.outputs.release_ver != '' }}
|
||||
id: make_pkg
|
||||
|
|
Loading…
Reference in New Issue