Skip to content

Commit

Permalink
chore(actions): pass matrix variable to build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky authored and knight42 committed Feb 1, 2021
1 parent 090b3f0 commit 3cdb995
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:
- name: Deploy - Build
if: startsWith(github.ref, 'refs/tags/')
run: ci/build.sh
env:
GOOS: ${{ matrix.GOOS }}
GOARCH: ${{ matrix.GOARCH }}

- name: Deploy - Extract tag name
id: tag
Expand Down

0 comments on commit 3cdb995

Please sign in to comment.