There was an error while loading. Please reload this page.
1 parent f0a6f5a commit 681d143Copy full SHA for 681d143
1 file changed
.github/workflows/publish.yaml
@@ -135,11 +135,13 @@ jobs:
135
run: ./docker-prebuildify.sh
136
137
- name: Generate x64 attestation
138
+ if: ${{ matrix.buildType == 'production' }}
139
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
140
with:
141
subject-path: prebuilds/linux-x64/@signalapp+sqlcipher.node
142
143
- name: Generate arm64 attestation
144
145
146
147
subject-path: prebuilds/linux-arm64/@signalapp+sqlcipher.node
0 commit comments