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:
76
76
asset_name : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
77
77
asset_content_type : text/plain
78
78
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
79
82
- name : Upload Release Assets (Sig)
80
83
id : upload-release-asset_2
81
84
uses : actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
82
85
env :
83
86
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
84
87
with :
85
88
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
88
91
asset_content_type : application/json
You can’t perform that action at this time.
0 commit comments