Update builder.yaml

This commit is contained in:
Alexandre
2022-03-07 16:09:59 +01:00
committed by GitHub
parent b07f3cfe50
commit bf9431ecb7

View File

@@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
addon: ${{ fromJSON(needs.check-addon-changes.outputs.changedAddons) }}
arch: ${{ steps.info.outputs.architectures }}
arch: ${{ needs.check-addon-changes.outputs.architectures }}
steps:
- name: Check out repository