Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chen <[email protected]>
  • Loading branch information
Richard Chen committed Feb 20, 2021
1 parent 33b1264 commit dfc4277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: set variables
run: |
mkdir build
echo "::set-env name=VERSION::${GITHUB_REF##*/}"
echo "::set-env name=GOPRIVATE::github.com/v2ray/v2ray-core"
echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
echo "GOPRIVATE=github.com/v2ray/v2ray-core" >> $GITHUB_ENV
shell: bash
env:
GITHUB_REF: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: set variables
run: |
mkdir build
echo "::set-env name=GOPRIVATE::github.com/v2ray/v2ray-core"
echo "GOPRIVATE=github.com/v2ray/v2ray-core" >> $GITHUB_ENV
- name: Test
run: go test ./... -v

0 comments on commit dfc4277

Please sign in to comment.