mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-16 08:04:21 +08:00
Fix release workflow
This commit is contained in:
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user