Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Sep 20, 2024
1 parent 949ce2a commit 4ab6dbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
- name: Download Crystal executable
uses: actions/download-artifact@v4
with:
name: crystal-release
name: crystal
path: build

- name: Restore LLVM
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
- name: Download Crystal executable
uses: actions/download-artifact@v4
with:
name: crystal-release
name: crystal
path: build

- name: Restore LLVM
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
- name: Download Crystal executable
uses: actions/download-artifact@v4
with:
name: crystal-release
name: crystal
path: etc/win-ci/portable

- name: Restore LLVM
Expand Down

0 comments on commit 4ab6dbf

Please sign in to comment.