Skip to content

Commit 2439005

Browse files
committed
Simple fix
1 parent d383720 commit 2439005

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)