Skip to content

Commit a26830d

Browse files
committed
Simple fix
1 parent 166c9d0 commit a26830d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
id: mapping
1717
shell: bash
1818
run: |
19-
case "${{ runner.os }}-${{ runner.arch }} in
19+
case "${{ runner.os }}-${{ runner.arch }}" in
2020
"Windows-X64")
2121
archive_name=windows-amd64
2222
archive_extension=zip

0 commit comments

Comments
 (0)