Skip to content

Commit e05a967

Browse files
fix bug:unexpected EOF while looking for matching `"'
1 parent 710ce45 commit e05a967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/convert_tool.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build archive
2121
shell: bash
2222
run: >
23-
staging="jxl_file-${{ github.event.release.tag_name }}
23+
staging="jxl_file-${{ github.event.release.tag_name }}"
2424
2525
mkdir "$staging"
2626

0 commit comments

Comments
 (0)