Skip to content

Commit 4ce9b1b

Browse files
Bertie van HinsbergenBertie van Hinsbergen
Bertie van Hinsbergen
authored and
Bertie van Hinsbergen
committed
updated release information to include sub type as asset
1 parent 1cacd54 commit 4ce9b1b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ jobs:
102102
name: AzureVM_Windows.zip
103103
path: ./
104104

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+
105111
- name: Create Release
106112
if: startsWith(github.ref, 'refs/tags/v')
107113
id: create_release
@@ -126,13 +132,13 @@ jobs:
126132
asset_name: AzureVM_Windows.zip
127133
asset_content_type: application/zip
128134
# Upload the Job Subtype the newly created Release
129-
- name: Upload JobSubYtpe Asset
135+
- name: Upload JobSubtype Asset
130136
id: upload_release_asset_subtype
131137
uses: actions/upload-release-asset@v1
132138
env:
133139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
134140
with:
135141
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
137143
asset_name: com.sma.ui.core.jobdetails.msazurevm_1.0.0.202005121417.jar
138144
asset_content_type: application/zip

0 commit comments

Comments
 (0)