Skip to content

Commit

Permalink
fixup! Foobar
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o committed Sep 5, 2024
1 parent d1c434e commit 412f9bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
with:
name: blazecli-${{ matrix.target }}
path: bin/blazecli
- if: ${{ inputs.upload }} == 'true'
- if: ${{ inputs.upload }}
name: Upload release asset
env:
GH_TOKEN: ${{ github.token }}
run: |
mv bin/blazecli blazecli-${{ matrix.target }}
gh release upload assets blazecli-${{ matrix.target }}

0 comments on commit 412f9bb

Please sign in to comment.