Skip to content

Commit 22a9051

Browse files
Fix build step
1 parent dba95ff commit 22a9051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
args: |
6767
${{ env.BUILD_ARGS }} \
68-
--${{ join(steps.info.outputs.architectures, ' --') }} \
68+
--${{ join(fromJSON(steps.info.outputs.architectures), ' --') }} \
6969
--target /data/${{ matrix.addon }} \
7070
--image "${{ steps.check.outputs.image }}" \
7171
--docker-hub "ghcr.io/${{ github.repository_owner }}" \

0 commit comments

Comments
 (0)