We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74104e commit 6b41ed7Copy full SHA for 6b41ed7
.github/workflows/build.yml
@@ -175,6 +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/')
179
uses: actions/attest-build-provenance@v2
180
with:
181
subject-path: dartsdk-linux-${{ matrix.target-arch }}-release.tar.gz
0 commit comments