Skip to content

Commit 25ff3d9

Browse files
committed
Try to fix artifact upload/download
1 parent 120d6e6 commit 25ff3d9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/upload-artifact@v2
6262
with:
6363
name: ${{ env.name }}-bootimage
64-
path: ~/.cargo/bin/bootimage
64+
path: ~/.cargo/bin/
6565

6666
test:
6767
name: "Test"
@@ -86,7 +86,10 @@ jobs:
8686
uses: actions/download-artifact@v2
8787
with:
8888
name: ${{ env.name }}-bootimage
89-
path: ~/.cargo/bin/bootimage
89+
path: bin/
90+
91+
- name: "Add `bin` to PATH"
92+
run: echo ::add-path::bin
9093

9194
- name: Install Rustup (macOS)
9295
run: |

0 commit comments

Comments
 (0)