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.
1 parent 9f4df5c commit ab9da82Copy full SHA for ab9da82
.github/workflows/package_core.yml
@@ -103,7 +103,7 @@ jobs:
103
tar chf - \
104
firmwares/*${{ matrix.variant }}* \
105
variants/${{ matrix.variant }}/ \
106
- ${{ (job.status == 'failure') && format('build/{0}/', matrix.variant }} \
+ ${{ (job.status == 'failure') && format('build/{0}/', matrix.variant) }} \
107
| zstd > ${OUTPUT_ARTIFACT}.tar.zstd
108
109
- name: Archive board binaries
0 commit comments