We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af76cd9 commit 702fe2bCopy full SHA for 702fe2b
1 file changed
.github/workflows/build-packages.yml
@@ -10,7 +10,7 @@ jobs:
10
discover:
11
runs-on: ubuntu-latest
12
outputs:
13
- dirs: ${{ steps.set-matrix.outputs.dirs }}
+ matrix: ${{ steps.mk.outputs.matrix }}
14
steps:
15
- uses: actions/checkout@v6
16
with:
0 commit comments