We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
path
1 parent f3588d0 commit 5c6c005Copy full SHA for 5c6c005
.github/workflows/release.yml
@@ -120,7 +120,7 @@ jobs:
120
- name: upload artifacts
121
uses: actions/upload-artifact@v2
122
with:
123
- name: ${{matrix.os}}_{{matrix.arch}}
+ name: ${{matrix.os}}_${{matrix.arch}}
124
path: |
125
- $GITHUB_WORKSPACE/pico-sdk/tools/elf2uf2/build/elf2uf2${{ matrix.extension }}
126
- $GITHUB_WORKSPACE/picotool/build/picotool${{ matrix.extension }}
+ ${{ github.workspace }}/pico-sdk/tools/elf2uf2/build/elf2uf2${{ matrix.extension }}
+ ${{ github.workspace }}/picotool/build/picotool${{ matrix.extension }}
0 commit comments