We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be08c4 commit 34be594Copy full SHA for 34be594
.github/workflows/release.yml
@@ -18,8 +18,8 @@ jobs:
18
- name: Set environment variables
19
shell: bash
20
run: |
21
- echo "GOPATH=${{ runner.workspace }}" >> ${{ GITHUB_ENV }}
22
- echo "${{ runner.workspace }}/bin" >> ${{ GITHUB_PATH }}
+ echo "GOPATH=${{ runner.workspace }}" >> $GITHUB_ENV
+ echo "${{ runner.workspace }}/bin" >> $GITHUB_PATH
23
- name: Setup XGO
24
run: go get github.com/crazy-max/xgo
25
0 commit comments