Skip to content

Commit

Permalink
fix(ci): reusable bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Oct 19, 2023
1 parent 4b406e8 commit e865906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Create bundle name
id: bundle_name
run: |
bundle_name="${GITHUB_REF/refs\/tags\//}-$TARGET"
bundle_name="${GITHUB_REF/refs\/tags\//}-${{ matrix.job.target }}"
echo "value=$bundle_name" >> $GITHUB_OUTPUT
- name: Prepare binaries
Expand Down

0 comments on commit e865906

Please sign in to comment.