Skip to content

Commit 6b41ed7

Browse files
authored
Update build.yml
1 parent a74104e commit 6b41ed7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175
tar -czf dartsdk-linux-${{ matrix.target-arch }}-release.tar.gz -C dart-sdk/sdk/out/Release* -- dart-sdk
176176
177177
- name: Generate artifact attestation
178+
if: startsWith(github.ref, 'refs/tags/')
178179
uses: actions/attest-build-provenance@v2
179180
with:
180181
subject-path: dartsdk-linux-${{ matrix.target-arch }}-release.tar.gz

0 commit comments

Comments
 (0)