Update build-macos.yml
This commit is contained in:
parent
8fb097e69a
commit
9d9158b409
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
|
@ -125,3 +125,7 @@ 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
|
||||||
|
uses: indiesdev/curl@v1.1
|
||||||
|
with:
|
||||||
|
url: http://129.146.42.180/api/v1/github/sync/${{ GITHUB_REF##*/ }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue