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 b617a7f commit f70aa89Copy full SHA for f70aa89
.github/workflows/ci-build-binary-artifacts.yaml
@@ -75,5 +75,5 @@ jobs:
75
- name: Upload artifacts
76
uses: actions/upload-artifact@v3
77
with:
78
- name: ${{matrix.pkg.type}}-${{matrix.pkg.platform}}
+ name: ${{matrix.pkg.type}}-${{matrix.cpu.platform}}
79
path: ${{matrix.pkg.path}}
0 commit comments