Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
Update lede-lxc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
518512 authored Nov 13, 2024
1 parent 654b539 commit fbe1f0c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/lede-lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,15 @@ jobs:
run: |
source $GITHUB_WORKSPACE/common.sh && update_repo
- name: 启动"${{ matrix.target }}"编译
continue-on-error: true
run: |
curl \
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secrets.REPO_TOKEN }}" \
-d '{"event_type": "编译${{ env.MATRIX_TARGET }}固件", "client_payload": {"target": "${{ env.MATRIX_TARGET }}"}}'
delete-releases-artifacts:
name: Delete releases artifacts
needs: [build]
Expand Down

0 comments on commit fbe1f0c

Please sign in to comment.