File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,16 @@ jobs:
7676 asset_name : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
7777 asset_content_type : text/plain
7878
79+ - name : Rename
80+ run : |
81+ mv zephyr-${{ steps.get_version.outputs.VERSION }}.spdx.sigstore.json zephyr-${{ steps.get_version.outputs.VERSION }}.spdx.intoto.jsonl
7982 - name : Upload Release Assets (Sig)
8083 id : upload-release-asset_2
8184 uses : actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
8285 env :
8386 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8487 with :
8588 upload_url : ${{ steps.create_release.outputs.upload_url }}
86- asset_path : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx.sigstore.json
87- asset_name : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx.sigstore.json
89+ asset_path : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx.intoto.jsonl
90+ asset_name : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx.intoto.jsonl
8891 asset_content_type : application/json
You can’t perform that action at this time.
0 commit comments