We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b41ed7 commit bfb4b84Copy full SHA for bfb4b84
.github/workflows/build.yml
@@ -175,7 +175,7 @@ jobs:
175
tar -czf dartsdk-linux-${{ matrix.target-arch }}-release.tar.gz -C dart-sdk/sdk/out/Release* -- dart-sdk
176
177
- name: Generate artifact attestation
178
- if: startsWith(github.ref, 'refs/tags/')
+ if: github.ref_type == 'tag'
179
uses: actions/attest-build-provenance@v2
180
with:
181
subject-path: dartsdk-linux-${{ matrix.target-arch }}-release.tar.gz
0 commit comments