Skip to content

Commit ecf8084

Browse files
committed
Update workflow file
1 parent 8b9edc3 commit ecf8084

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-binary.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
go-version: ${{ env.go_version }}
2626

27-
2827
- run: echo "IMAGE_TAG=dev" >> $GITHUB_ENV
2928
if: ${{ github.ref_name }} == 'main'
3029
- run: echo "IMAGE_TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV
@@ -33,6 +32,8 @@ jobs:
3332
- run: sudo apt-get update -y && sudo apt-get install -y rsync
3433
- name: build
3534
id: build
35+
env:
36+
GOPATH: ${{ github.workspace }}/go
3637
run: |
3738
cd avalanchego
3839
./scripts/build.sh

0 commit comments

Comments
 (0)