Skip to content

Commit 634ae7f

Browse files
committed
fix a missing " *sigh*
1 parent 63f91bb commit 634ae7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Build archive
115115
shell: bash
116116
run: |
117-
staging=click-${{ needs.create_release.outputs.click_version }}-${{ matrix.target }}"
117+
staging="click-${{ needs.create_release.outputs.click_version }}-${{ matrix.target }}"
118118
mkdir "$staging"
119119
120120
cp {README.md,CHANGELOG.md,LICENSE} "$staging/"

0 commit comments

Comments
 (0)