Skip to content

Commit

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

0 comments on commit 0b67a52

Please sign in to comment.