mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
change debug place
This commit is contained in:
parent
3863d3a5d9
commit
e47a5adb3a
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@ -26,6 +26,15 @@ jobs:
|
||||
go-version: 1.13
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v1
|
||||
|
||||
# - name: Set GOPATH
|
||||
# run: |
|
||||
# echo "##[set-env name=GOPATH;]$GITHUB_WORKSPACE"
|
||||
# echo "##[add-path]$GITHUB_WORKSPACE/bin"
|
||||
# shell: bash
|
||||
|
||||
- name: Debug
|
||||
run: |
|
||||
pwd
|
||||
@ -36,15 +45,6 @@ jobs:
|
||||
env:
|
||||
GOPATH: ${GITHUB_WORKSPACE}
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v1
|
||||
|
||||
# - name: Set GOPATH
|
||||
# run: |
|
||||
# echo "##[set-env name=GOPATH;]$GITHUB_WORKSPACE"
|
||||
# echo "##[add-path]$GITHUB_WORKSPACE/bin"
|
||||
# shell: bash
|
||||
|
||||
- name: Generate
|
||||
run: |
|
||||
chmod +x generate-rules-dat.sh
|
||||
|
Loading…
Reference in New Issue
Block a user