We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ee6ef commit adf548bCopy full SHA for adf548b
.github/workflows/release.yml
@@ -106,6 +106,7 @@ jobs:
106
${{ matrix.name }}-${{ github.ref_name }}-${{ matrix.target }}.${{ runner.os == 'Windows' && 'zip' || 'tar.gz' }}
107
108
build-and-push-pbs-docker:
109
+ needs: [build-binaries]
110
runs-on: ubuntu-latest
111
steps:
112
- name: Checkout code
@@ -141,6 +142,7 @@ jobs:
141
142
file: provisioning/pbs.Dockerfile
143
144
build-and-push-signer-docker:
145
146
147
148
@@ -186,6 +188,7 @@ jobs:
186
188
uses: actions/download-artifact@v4
187
189
with:
190
path: ./artifacts
191
+ pattern: "commit-boost-*"
192
193
- name: Finalize Release
194
uses: softprops/action-gh-release@v2
0 commit comments