mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-14 16:25:57 -05:00
update signing service url
This commit is contained in:
parent
64cb1a21d5
commit
5028310b1e
2
.github/workflows/sign.yml
vendored
2
.github/workflows/sign.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Invoke release signing
|
||||
env:
|
||||
SIGN_SERVICE_PASSWORD: ${{ secrets.SIGN_SERVICE_PASSWORD }}
|
||||
SIGN_SERIVCE_URL: ${{ secrets.SIGN_SERIVCE_URL }}
|
||||
SIGN_SERIVCE_URL: ${{ secrets.SIGN_SERIVCE_URL_V5 }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
export SIGN_VERSION=$(cat $GITHUB_EVENT_PATH| jq -r ".release.tag_name")
|
||||
|
Loading…
Reference in New Issue
Block a user