Skip to content

Commit bfb4b84

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

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
@@ -175,7 +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/')
178+
if: github.ref_type == 'tag'
179179
uses: actions/attest-build-provenance@v2
180180
with:
181181
subject-path: dartsdk-linux-${{ matrix.target-arch }}-release.tar.gz

0 commit comments

Comments
 (0)