Skip to content

Commit

Permalink
fix(ci): fix the release casing
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Nov 17, 2022
1 parent d863177 commit ee1cf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
override: true
- name: Build & Install
env:
target: ${{ matrix.target }}
TARGET: ${{ matrix.target }}
run: |
make install
- name: Compress and rename artifacts
Expand Down

0 comments on commit ee1cf5d

Please sign in to comment.