Fix release workflow

This commit is contained in:
ArthurSonzogni
2025-05-01 10:52:54 +02:00
parent f4513702b0
commit 799d8a267e
5 changed files with 12 additions and 8 deletions

View File

@@ -105,8 +105,12 @@ jobs:
with:
subject-path: source.tar.gz
- name: Rename source attestation
run: mv ${{ steps.attest_source.outputs.bundle-path }} source.tar.gz.intoto.jsonl
- name: "Upload source attestation"
uses: actions/upload-artifact@v3
uses: shogo82148/actions-upload-release-asset@v1
with:
name: source.tar.gz.intoto.jsonl
path: ${{ steps.attest_source.outputs.bundle-path }}
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: source.tar.gz.intoto.jsonl
overwrite: true