Skip to content

Commit cf3bca0

Browse files
typo
1 parent 617a054 commit cf3bca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
outputs:
1616
image-app-arm64: ${{ steps.gen-output.outputs.image-app-arm64 }}
1717
image-app-x64: ${{ steps.gen-output.outputs.image-app-x64 }}
18-
image-dev-arm64: ${{ steps.gen-output.outputs.image-develoment-arm64 }}
19-
image-dev-x64: ${{ steps.gen-output.outputs.image-develoment-x64 }}
18+
image-dev-arm64: ${{ steps.gen-output.outputs.image-development-arm64 }}
19+
image-dev-x64: ${{ steps.gen-output.outputs.image-development-x64 }}
2020
strategy:
2121
fail-fast: false
2222
matrix:

0 commit comments

Comments
 (0)