Skip to content

Commit

Permalink
build.yml: fixup add environment variables for Download action
Browse files Browse the repository at this point in the history
  • Loading branch information
pheiduck authored Oct 19, 2024
1 parent 53e074d commit 0c9cd0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download workflow artifacts
env:
GOOS: ${{ matrix.GOOS }}
GOARCH: ${{ matrix.GOARCH }}
uses: actions/download-artifact@v4
with:
name: sbctl-binaries-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
Expand Down

0 comments on commit 0c9cd0e

Please sign in to comment.