File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 - name : Upload Artifact
117117 uses : actions/upload-artifact@v4
118118 with :
119- name : tools-mac-${{ runner.arch }}
119+ name : tools-mac-X64
120120 path : |
121121 bin/picotool-*-mac.zip
122122 bin/pico-sdk-tools-*-mac.zip
@@ -184,20 +184,20 @@ jobs:
184184 if : ${{ runner.os == 'Windows' }}
185185 uses : actions/download-artifact@v5
186186 with :
187- name : tools-x64- win
187+ name : tools-win-${{ runner.arch }}
188188 - name : Download build (MacOS Arm64)
189189 if : ${{ runner.os == 'macOS' }}
190190 uses : actions/download-artifact@v5
191191 with :
192- name : tools-mac-arm64
192+ name : tools-mac-${{ runner.arch }}
193193 - name : Download build (Linux)
194194 if : ${{ runner.os == 'Linux' }}
195195 uses : actions/download-artifact@v5
196196 with :
197197 name : tools-lin-${{ runner.arch }}
198198
199199 - name : Extract build (zip)
200- if : ${{ runner.os == 'Windows' }} || ${{ runner.os == 'macOS' }}
200+ if : ${{ runner.os == 'Windows' || runner.os == 'macOS' }}
201201 shell : bash # Windows only has unzip in bash shell
202202 run : |
203203 unzip pico-sdk-tools*.zip
You can’t perform that action at this time.
0 commit comments