File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -106,16 +106,16 @@ jobs:
106
106
id : attestation
107
107
uses : actions/attest-build-provenance@v1
108
108
with :
109
- subject-path : ${{ env.ASSET_NAME }}
109
+ subject-path : ${{ env.ASSET_NAME }}
110
110
- name : upload
111
111
uses : softprops/action-gh-release@v1
112
112
with :
113
- body_path : Changes-latest
114
- draft : false
115
- prerelease : false
116
- name : ${{ steps.version.outputs.name }}
117
- files : |
118
- ${{ env.ASSET_NAME }}
119
- ${{ steps.attestation.outputs.bundle-path }}
120
- ${{ env .EXTRA_RELEASE_PATHS }}
121
- token : ${{ secrets.RELEASE_ACTION_TOKEN }}
113
+ body_path : Changes-latest
114
+ draft : false
115
+ prerelease : false
116
+ name : ${{ steps.version.outputs.name }}
117
+ files : |
118
+ ${{ env.ASSET_NAME }}
119
+ ${{ steps.attestation.outputs.bundle-path }}
120
+ ${{ vars .EXTRA_RELEASE_PATHS }}
121
+ token : ${{ secrets.RELEASE_ACTION_TOKEN }}
You can’t perform that action at this time.
0 commit comments