Update build-macos.yml

This commit is contained in:
yazninja 2022-09-03 11:29:20 +08:00 committed by GitHub
parent 8fb097e69a
commit 9d9158b409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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##*/ }}