We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7d488 commit 7bb4866Copy full SHA for 7bb4866
.github/workflows/build.yml
@@ -132,7 +132,7 @@ jobs:
132
tar -czf dartsdk-android-${{ matrix.target-arch }}-release.tar.gz -C dart-sdk/sdk/out/Release* -- dart-sdk
133
134
- name: Generate artifact attestation
135
- if: startsWith(github.ref, 'refs/tags/')
+ if: github.ref_type == 'tag'
136
uses: actions/attest-build-provenance@v2
137
with:
138
subject-path: dartsdk-android-${{ matrix.target-arch }}-release.tar.gz
0 commit comments