Skip to content

Commit 7bb4866

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +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/')
135+
if: github.ref_type == 'tag'
136136
uses: actions/attest-build-provenance@v2
137137
with:
138138
subject-path: dartsdk-android-${{ matrix.target-arch }}-release.tar.gz

0 commit comments

Comments
 (0)