Skip to content

Commit b199e96

Browse files
committed
ci: it's EDITBASE_ARCH, not EDIT_BASE_ARCH
1 parent 8ec6b37 commit b199e96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
119119
cp .github/tests/00-hello-world scripts/
120120
121-
- name: "🛠 Determine EDIT_BASE_ARCH"
121+
- name: "🛠 Determine EDITBASE_ARCH"
122122
run: |
123123
case "${{ matrix.arch }}" in
124124
arm64)
@@ -130,14 +130,14 @@ jobs:
130130
;;
131131
esac
132132
133-
echo "EDIT_BASE_ARCH=$EDIT_BASE_ARCH" >> $GITHUB_ENV
133+
echo "EDITBASE_ARCH=$EDITBASE_ARCH" >> $GITHUB_ENV
134134
135135
- name: 🧪 Perform test build using the action
136136
uses: OctoPrint/CustoPiZer@main
137137
with:
138138
workspace: ${{ github.workspace }}/workspace
139139
scripts: ${{ github.workspace }}/scripts
140-
environment: '{ "EDIT_BASE_ARCH": "${{ env.EDIT_BASE_ARCH }}" }'
140+
environment: '{ "EDITBASE_ARCH": "${{ env.EDITBASE_ARCH }}" }'
141141
custopizer: '${{ needs.build.outputs.digest }}'
142142

143143
deploy:

0 commit comments

Comments
 (0)