File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 6060
6161
6262 # This step uses 'gh-action-sigstore-python' to sign the file designated in the inputs field.
63- -
uses :
sigstore/[email protected] 63+ - name : Sign
64+ 6465 with :
6566 inputs : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
6667
7475 asset_path : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
7576 asset_name : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
7677 asset_content_type : text/plain
78+
79+ - name : Upload Release Assets (Sig)
80+ id : upload-release-asset
81+ uses : actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
82+ env :
83+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
84+ with :
85+ 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
88+ asset_content_type : application/json
You can’t perform that action at this time.
0 commit comments