We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577f4ea commit 85e444fCopy full SHA for 85e444f
.github/workflows/createRelease.yaml
@@ -47,7 +47,7 @@ jobs:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
49
upload-assets:
50
- name: Build asset ${{ runner.os }}
+ name: Build asset ${{ matrix.os }}
51
needs: create-release
52
runs-on: ${{ matrix.os }}
53
strategy:
0 commit comments