Compare commits
5 Commits
v0.3.9
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d4dca8c09 | ||
|
|
066a449622 | ||
|
|
ed29c9ba2a | ||
|
|
a8df5fd042 | ||
|
|
9dafaefa4e |
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
uses: actions/checkout@v2.3.2
|
||||
|
||||
- name: Build and push Docker images
|
||||
uses: docker/build-push-action@v1.1.0
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
username: zu1k
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
draft: true
|
||||
prerelease: true
|
||||
|
||||
- uses: actions/upload-artifact@v2.1.4
|
||||
- uses: actions/upload-artifact@v2.2.3
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
name: build
|
||||
|
||||
@@ -18,7 +18,7 @@ func (s Surge) Provide() string {
|
||||
var resultBuilder strings.Builder
|
||||
for _, p := range *s.Proxies {
|
||||
if checkSurgeSupport(p) {
|
||||
resultBuilder.WriteString(p.ToClash() + "\n")
|
||||
resultBuilder.WriteString(p.ToSurge() + "\n")
|
||||
}
|
||||
}
|
||||
return resultBuilder.String()
|
||||
|
||||
Reference in New Issue
Block a user