Skip to content

Commit adf548b

Browse files
committed
fix ci
1 parent c4ee6ef commit adf548b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
${{ matrix.name }}-${{ github.ref_name }}-${{ matrix.target }}.${{ runner.os == 'Windows' && 'zip' || 'tar.gz' }}
107107
108108
build-and-push-pbs-docker:
109+
needs: [build-binaries]
109110
runs-on: ubuntu-latest
110111
steps:
111112
- name: Checkout code
@@ -141,6 +142,7 @@ jobs:
141142
file: provisioning/pbs.Dockerfile
142143

143144
build-and-push-signer-docker:
145+
needs: [build-binaries]
144146
runs-on: ubuntu-latest
145147
steps:
146148
- name: Checkout code
@@ -186,6 +188,7 @@ jobs:
186188
uses: actions/download-artifact@v4
187189
with:
188190
path: ./artifacts
191+
pattern: "commit-boost-*"
189192

190193
- name: Finalize Release
191194
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)