Skip to content

Commit

Permalink
Update publish.yml [skip ci]
Browse files Browse the repository at this point in the history
Runs publish ci on windows for we can add angle prebuilts to package
  • Loading branch information
halx99 authored Jan 9, 2024
1 parent 1adb203 commit 6f8601b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: false
jobs:
publish:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6f8601b

Please # to comment.