Update build-macos.yml
This commit is contained in:
parent
70ec3a19a6
commit
54400c1e8b
1 changed files with 9 additions and 2 deletions
11
.github/workflows/build-macos.yml
vendored
11
.github/workflows/build-macos.yml
vendored
|
@ -125,9 +125,16 @@ jobs:
|
||||||
repo_token: ${{ secrets.RELEASE_TOKEN }}
|
repo_token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
file: dist/Cider-${{ env.APP_VERSION }}-universal.pkg
|
file: dist/Cider-${{ env.APP_VERSION }}-universal.pkg
|
||||||
tag: v${{ env.APP_VERSION }}
|
tag: v${{ env.APP_VERSION }}
|
||||||
- name: Trigger Bot Sync
|
- name: Trigger Bot Sync (main)
|
||||||
uses: indiesdev/curl@v1.1
|
uses: indiesdev/curl@v1.1
|
||||||
with:
|
with:
|
||||||
url: http://129.146.42.180/api/v1/github/sync/${GITHUB_REF##*/}
|
url: http://129.146.42.180/api/v1/github/sync/main
|
||||||
log-response: true
|
log-response: true
|
||||||
timeout: 60000
|
timeout: 60000
|
||||||
|
- name: Trigger Bot Sync (stable)
|
||||||
|
uses: indiesdev/curl@v1.1
|
||||||
|
with:
|
||||||
|
url: http://129.146.42.180/api/v1/github/sync/stable
|
||||||
|
log-response: true
|
||||||
|
timeout: 60000
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue