Update sync.yml

This commit is contained in:
Dorae 2024-07-30 13:39:44 +08:00 committed by GitHub
parent 592ea17c53
commit 1db3faafbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: "Setup sing-box" - name: "Setup sing-box"
env: env:
SING_BOX_DEB_URL: "https://github.com/SagerNet/sing-box/releases/download/v1.10.0-alpha.25/sing-box_1.10.0-alpha.25_linux_amd64.deb" SING_BOX_DEB_URL: "https://github.com/SagerNet/sing-box/releases/download/v1.10.0-alpha.27/sing-box_1.10.0-alpha.27_linux_amd64.deb"
run: | run: |
set -Eeuo pipefail set -Eeuo pipefail
wget -O sing-box.deb $SING_BOX_DEB_URL wget -O sing-box.deb $SING_BOX_DEB_URL