mirror of
https://github.com/SagerNet/sing-geosite.git
synced 2025-12-16 22:33:13 +08:00
Fix and update
This commit is contained in:
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@@ -23,11 +23,8 @@ jobs:
|
||||
- name: Build geosite
|
||||
id: build
|
||||
env:
|
||||
GOPRIVATE: github.com/sagernet
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
NO_SKIP: true
|
||||
run: |
|
||||
git config --global url."https://${{ secrets.ACCESS_TOKEN }}@github.com".insteadOf "https://github.com"
|
||||
go run -v .
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user