Skip to content

Commit ee54af4

Browse files
committed
rename sig file
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 84ae3c6 commit ee54af4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)