Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 20, 2024
1 parent 3c6b668 commit 12a5d55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/media_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
matrixLength: ${{ steps.set-deployment-matrix.outputs.matrixLength }}
packageMatrix: ${{ steps.set-deployment-matrix.outputs.packageMatrix }}


steps:
- name: Set Deployment Matrix
id: set-deployment-matrix
Expand Down Expand Up @@ -54,7 +53,7 @@ jobs:
- build

strategy:
matrix: ${{fromJSON(needs.build.outputs.matrix)}}
matrix: ${{fromJSON(needs.build.outputs.packageMatrix)}}

steps:
- name: Checkout
Expand Down

0 comments on commit 12a5d55

Please sign in to comment.