Fix convert root domain

This commit is contained in:
世界
2022-07-08 11:02:47 +08:00
parent d80854f857
commit 9058c3c775
5 changed files with 21 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
PROJECTS=$(dirname "$0")/../..
go get -x github.com/sagernet/sing-box@$(git -C $PROJECTS/sing-box rev-parse HEAD)
go mod tidy
+1 -1
View File
@@ -2,7 +2,7 @@ name: Release
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
- cron: "0 0 * * *"
jobs:
build:
name: Build