Skip to content

Commit 34be594

Browse files
committed
fixed Unrecognized named-value
1 parent 2be08c4 commit 34be594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Set environment variables
1919
shell: bash
2020
run: |
21-
echo "GOPATH=${{ runner.workspace }}" >> ${{ GITHUB_ENV }}
22-
echo "${{ runner.workspace }}/bin" >> ${{ GITHUB_PATH }}
21+
echo "GOPATH=${{ runner.workspace }}" >> $GITHUB_ENV
22+
echo "${{ runner.workspace }}/bin" >> $GITHUB_PATH
2323
- name: Setup XGO
2424
run: go get github.com/crazy-max/xgo
2525

0 commit comments

Comments
 (0)