File tree 1 file changed +8
-2
lines changed 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,12 @@ jobs:
102
102
name : AzureVM_Windows.zip
103
103
path : ./
104
104
105
+ - name : Download job subtype
106
+ uses : actions/download-artifact@v1
107
+ with :
108
+ name : com.sma.ui.core.jobdetails.msazurevm_1.0.0.202005121417.jar
109
+ path : ./
110
+
105
111
- name : Create Release
106
112
if : startsWith(github.ref, 'refs/tags/v')
107
113
id : create_release
@@ -126,13 +132,13 @@ jobs:
126
132
asset_name : AzureVM_Windows.zip
127
133
asset_content_type : application/zip
128
134
# Upload the Job Subtype the newly created Release
129
- - name : Upload JobSubYtpe Asset
135
+ - name : Upload JobSubtype Asset
130
136
id : upload_release_asset_subtype
131
137
uses : actions/upload-release-asset@v1
132
138
env :
133
139
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
134
140
with :
135
141
upload_url : ${{ steps.create_release.outputs.upload_url }}
136
- asset_path : connector/azure-vm-dist/ com.sma.ui.core.jobdetails.msazurevm_1.0.0.202005121417.jar
142
+ asset_path : com.sma.ui.core.jobdetails.msazurevm_1.0.0.202005121417.jar
137
143
asset_name : com.sma.ui.core.jobdetails.msazurevm_1.0.0.202005121417.jar
138
144
asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments