Skip to content

Commit 9ded673

Browse files
committed
Unpack mpy-cross to the new location
1 parent 6e27890 commit 9ded673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/mpy_cross/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ runs:
1919
uses: actions/download-artifact@v3
2020
with:
2121
name: mpy-cross
22-
path: mpy-cross
22+
path: mpy-cross/build
2323

2424
- name: Make mpy-cross executable
2525
if: inputs.download == 'true' && steps.download-mpy-cross.outcome == 'success'
26-
run: sudo chmod +x mpy-cross/mpy-cross
26+
run: sudo chmod +x mpy-cross/build/mpy-cross
2727
shell: bash
2828

2929
- name: Build mpy-cross

0 commit comments

Comments
 (0)