Skip to content

Commit 681d143

Browse files
chore: don't attest profiling linux builds
1 parent f0a6f5a commit 681d143

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,13 @@ jobs:
135135
run: ./docker-prebuildify.sh
136136

137137
- name: Generate x64 attestation
138+
if: ${{ matrix.buildType == 'production' }}
138139
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
139140
with:
140141
subject-path: prebuilds/linux-x64/@signalapp+sqlcipher.node
141142

142143
- name: Generate arm64 attestation
144+
if: ${{ matrix.buildType == 'production' }}
143145
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
144146
with:
145147
subject-path: prebuilds/linux-arm64/@signalapp+sqlcipher.node

0 commit comments

Comments
 (0)