File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,9 @@ jobs:
141
141
cd OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}
142
142
curl.exe -LO https://github.com/opensearch-project/dashboards-reports/releases/download/chromium-1.12.0.0/chromium-windows-x64.zip
143
143
Expand-Archive -Path 'chromium-windows-x64.zip'
144
+ Move-Item -Path "./chromium-windows-x64/.chromium" -Destination "./.chromium"
144
145
rd chromium-windows-x64.zip
146
+ rd chromium-windows-x64
145
147
146
148
- name : OpenSearch Dashboards Plugin Bootstrap
147
149
uses : nick-invision/retry@v1
@@ -169,8 +171,9 @@ jobs:
169
171
cd windows-x64
170
172
curl.exe -LO https://github.com/opensearch-project/dashboards-reports/releases/download/chromium-1.12.0.0/chromium-windows-x64.zip
171
173
Expand-Archive -Path 'chromium-windows-x64.zip'
174
+ Move-Item -Path "./chromium-windows-x64/.chromium" -Destination "./opensearch-dashboards/${{ env.PLUGIN_NAME }}"
172
175
rd chromium-windows-x64.zip
173
- Move-Item -Path ". chromium" -Destination "./opensearch-dashboards/${{ env.PLUGIN_NAME }}"
176
+ rd chromium-windows-x64
174
177
Compress-Archive -Path "./${{ env.ARTIFACT_NAME }}-*.zip" -Destination "./opensearch-dashboards"
175
178
mv ./${{ env.ARTIFACT_NAME }}-*.zip ..
176
179
cd ..
You can’t perform that action at this time.
0 commit comments