Skip to content

Commit 4d39059

Browse files
committed
Parse JSON
1 parent fe60244 commit 4d39059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
system: x86_64-darwin
2828
- os: ubuntu-latest
2929
system: x86_64-linux
30-
package: ${{ needs.pre-build.outputs.package }}
30+
package: ${{ fromJSON(needs.pre-build.outputs.package) }}
3131
runs-on: ${{ matrix.runner.os }}
3232
needs: [pre-build]
3333
steps:

0 commit comments

Comments
 (0)