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 60
60
61
61
62
62
# 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
+
64
65
with :
65
66
inputs : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
66
67
74
75
asset_path : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
75
76
asset_name : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
76
77
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