mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 03:47:54 +02:00
Trigger cron from github actions
This commit is contained in:
parent
245ac95fcd
commit
64d4c211b4
5
.github/workflows/slsa-releaser.yml
vendored
5
.github/workflows/slsa-releaser.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
go-version: 1.17
|
go-version: 1.17
|
||||||
env: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
env: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
||||||
|
|
||||||
# Sign the binaries (if this is a macos build)
|
# Sign the binaries (if this is a macos build) and upload the signed binaries
|
||||||
macos_signer:
|
macos_signer:
|
||||||
runs-on: macos-11.0
|
runs-on: macos-11.0
|
||||||
needs:
|
needs:
|
||||||
@ -60,6 +60,9 @@ jobs:
|
|||||||
hishtory-darwin-arm64-unsigned
|
hishtory-darwin-arm64-unsigned
|
||||||
hishtory-darwin-amd64
|
hishtory-darwin-amd64
|
||||||
hishtory-darwin-amd64-unsigned
|
hishtory-darwin-amd64-unsigned
|
||||||
|
- name: Trigger the backend API service so it knows a release is finished
|
||||||
|
run: |
|
||||||
|
curl https://api.hishtory.dev/api/v1/trigger-cron
|
||||||
|
|
||||||
# Upload to GitHub release.
|
# Upload to GitHub release.
|
||||||
upload:
|
upload:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user