mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-08-21 15:17:15 +00:00
Fix CI
This commit is contained in:
19
.github/workflows/release.yml
vendored
19
.github/workflows/release.yml
vendored
@@ -96,3 +96,22 @@ jobs:
|
|||||||
artifacts: "${{ steps.download_binary.outputs.download-path }}/*,${{ steps.download_pkg.outputs.download-path }}/*"
|
artifacts: "${{ steps.download_binary.outputs.download-path }}/*,${{ steps.download_pkg.outputs.download-path }}/*"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
body: Static musl build for x86_64-linux and Arch Linux package
|
body: Static musl build for x86_64-linux and Arch Linux package
|
||||||
|
|
||||||
|
dispatch:
|
||||||
|
name: Notify my Arch Repo
|
||||||
|
needs:
|
||||||
|
- build
|
||||||
|
- build_arch
|
||||||
|
- release
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 5
|
||||||
|
steps:
|
||||||
|
- name: Dispatch to workflows
|
||||||
|
run: |
|
||||||
|
curl -L \
|
||||||
|
-X POST \
|
||||||
|
-H "Accept: application/vnd.github+json" \
|
||||||
|
-H "Authorization: Bearer ${{ secrets.ACTIONS_KEY }}" \
|
||||||
|
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||||
|
https://api.github.com/repos/house-of-vanity/arch_repo/dispatches \
|
||||||
|
-d '{"event_type":"new_package","client_payload":{}}'
|
||||||
|
Reference in New Issue
Block a user