Skip to content

Commit 46861e1

Browse files
authored
Update main.yml
1 parent c94e0e1 commit 46861e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
with:
5757
script: |
5858
const matrix = context.matrix;
59-
const platform = matrix.platform;
60-
const jobs = matrix.jobs;
59+
const platform = matrix.group.platform;
60+
const jobs = matrix.group.jobs;
6161
console.log(`Calling container-upload workflow for platform: ${platform} with ${jobs.length} jobs`);
6262
6363
await github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)