We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f91bb commit 634ae7fCopy full SHA for 634ae7f
.github/workflows/release.yml
@@ -114,7 +114,7 @@ jobs:
114
- name: Build archive
115
shell: bash
116
run: |
117
- staging=click-${{ needs.create_release.outputs.click_version }}-${{ matrix.target }}"
+ staging="click-${{ needs.create_release.outputs.click_version }}-${{ matrix.target }}"
118
mkdir "$staging"
119
120
cp {README.md,CHANGELOG.md,LICENSE} "$staging/"
0 commit comments