Skip to content

Commit 1bceddd

Browse files
committed
fix output again
1 parent 9c26a25 commit 1bceddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
setup-matrix:
1010
runs-on: ubuntu-latest
1111
outputs:
12-
matrix: ${{ steps.generate-matrix.outputs.matrix }}
12+
folders: ${{ steps.generate-matrix.outputs.folders }}
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Generate Matrix

0 commit comments

Comments
 (0)