Skip to content

Commit d2d54b1

Browse files
committed
Fix one last bug in the GH Actions code
1 parent e70e4ef commit d2d54b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Download Windows executable
8484
uses: actions/download-artifact@v2
8585
with:
86-
name: llm-multitool-windows.exe
86+
name: llm-multitool-windows-amd64.exe
8787

8888
- name: Create GH release
8989
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)