Skip to content

Commit 7b7d488

Browse files
authored
Update build.yml
1 parent d414d26 commit 7b7d488

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
@@ -132,6 +132,7 @@ jobs:
132132
tar -czf dartsdk-android-${{ matrix.target-arch }}-release.tar.gz -C dart-sdk/sdk/out/Release* -- dart-sdk
133133
134134
- name: Generate artifact attestation
135+
if: startsWith(github.ref, 'refs/tags/')
135136
uses: actions/attest-build-provenance@v2
136137
with:
137138
subject-path: dartsdk-android-${{ matrix.target-arch }}-release.tar.gz

0 commit comments

Comments
 (0)