diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9101df..5bd4034 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,10 @@ jobs: go-version-file: go.mod - name: Fetch artifacts - run: | - OS="${{ matrix.target.name }}" ARCH="${{ matrix.target.cpu }}" make fetch + env: + OS: ${{ matrix.target.name }} + ARCH: ${{ matrix.target.cpu }} + run: make fetch - name: Build run: make build