Skip to content

Commit b8825d7

Browse files
committed
ci: fix EDIT_BASE_ARCH value
1 parent 57911de commit b8825d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
workspace: ${{ github.workspace }}/workspace
139139
scripts: ${{ github.workspace }}/scripts
140-
environment: '{ "EDIT_BASE_ARCH": "${{ matrix.arch }}" }'
140+
environment: '{ "EDIT_BASE_ARCH": "${{ env.EDIT_BASE_ARCH }}" }'
141141
custopizer: '${{ needs.build.outputs.digest }}'
142142

143143
deploy:

0 commit comments

Comments
 (0)