fixed file path

This commit is contained in:
loyalsoldier 2019-12-10 19:28:01 +08:00
parent 3a00e5a9ba
commit 1b52c0eb80

View File

@ -7,6 +7,7 @@ jobs:
build: build:
name: Build name: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
rule: [geoip, geosite] rule: [geoip, geosite]
@ -25,20 +26,21 @@ jobs:
go-version: 1.13 go-version: 1.13
id: go id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Debug - name: Debug
run: | run: |
cd
pwd pwd
echo ${HOME} echo ${HOME}
echo ${GITHUB_WORKSPACE} echo ${GITHUB_WORKSPACE}
echo ${GOPATH} echo ${GOPATH}
echo ${GOROOT} echo ${GOROOT}
env: env:
GOPATH: /home/runner/work/v2ray-rules-dat/go GOPATH: /home/runner/work/go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
with:
fetch-depth: 1
# - name: Set GOPATH # - name: Set GOPATH
# run: | # run: |