mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
ci: publish to API support
This commit is contained in:
parent
45b71f2386
commit
d6c5ef2a0a
3 changed files with 62 additions and 1 deletions
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
@ -41,5 +41,5 @@ jobs:
|
|||
- name: Archive
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: hysteria-master
|
||||
name: hysteria-master-${{ github.sha }}
|
||||
path: build
|
||||
|
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -41,3 +41,9 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: build/*
|
||||
|
||||
- name: Publish to API
|
||||
run: |
|
||||
pip install requests
|
||||
export HY_API_POST_KEY=${{ secrets.HY2_API_POST_KEY }}
|
||||
python hyperbole.py publish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue