Update publish.yml [skip ci]

Runs publish ci on windows for we can add angle prebuilts to package
This commit is contained in:
Deal 2024-01-10 02:21:38 +08:00 committed by GitHub
parent 1adb2031dd
commit 6f8601be7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -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