From 3153b805ac2613ea1a0b15a4739ab5d735e8ceca Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Sun, 24 Mar 2024 02:59:58 +0000 Subject: [PATCH] Remove redundant in-toto attestations upload --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ec7bf4..6094ad4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,10 +124,6 @@ jobs: uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: ${{ needs.build.outputs.checksum-darwin-arm64 }} - - name: Download in-toto attestations file - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 - with: - name: flog.multiple.intoto.jsonl - name: Upload release assets uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4 with: @@ -136,4 +132,3 @@ jobs: ${{ needs.build.outputs.checksum-darwin-x86_64 }} ${{ needs.build.outputs.archive-darwin-arm64 }} ${{ needs.build.outputs.checksum-darwin-arm64 }} - flog.multiple.intoto.jsonl