Skip to content

Commit 7439a01

Browse files
committed
fix: ensure workflow dependencies and names are set
1 parent 46d5fe2 commit 7439a01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
name: docbox-upload-completion-lambda-amd64.zip
8787
path: docbox-upload-completion-lambda-amd64.zip
8888

89-
build:
89+
build-arm64:
9090
name: Build ARM64
9191
runs-on: ubuntu-latest
9292
steps:
@@ -161,7 +161,7 @@ jobs:
161161
release:
162162
name: Create Release
163163
runs-on: ubuntu-latest
164-
needs: [build]
164+
needs: [build-amd64, build-arm64]
165165

166166
steps:
167167
# Checkout the repo

0 commit comments

Comments
 (0)