Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman authored Feb 5, 2025
1 parent 1f750f6 commit b0db2a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
group: ${{ fromJson(needs.discover.outputs.matrix) }}
name: Process Jobs for ${{ matrix.group.platform }}
outputs:
jobs: ${{ toJson(matrix.group.jobs) }} # Direct output definition
jobs: ${{ steps.set-jobs.outputs.jobs }}
steps:
- name: No-op step (required to have at least one step)
run: echo "No-op" # Minimal step to satisfy step requirement
id: set-jobs
run: echo "jobs=${{ toJson( matrix.group.jobs ) }}" >> $GITHUB_OUTPUT

ghcr-upload:
needs: process
Expand Down

0 comments on commit b0db2a5

Please sign in to comment.