File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
- name : Add Chromium Binary to Reporting for Testing
140
140
run : |
141
141
cd OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}
142
- curl.exe -LO https://github.com/opensearch-project/dashboards-reports/releases/tag /chromium-1.12.0.0/chromium-windows-x64.zip
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
144
rd chromium-windows-x64.zip
145
145
@@ -167,7 +167,7 @@ jobs:
167
167
mv ./${{ env.PLUGIN_NAME }}-*.zip ./windows-x64/${{ env.ARTIFACT_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}-windows-x64.zip
168
168
169
169
cd windows-x64
170
- curl.exe -LO https://github.com/opensearch-project/dashboards-reports/releases/tag /chromium-1.12.0.0/chromium-windows-x64.zip
170
+ curl.exe -LO https://github.com/opensearch-project/dashboards-reports/releases/download /chromium-1.12.0.0/chromium-windows-x64.zip
171
171
Expand-Archive -Path 'chromium-windows-x64.zip'
172
172
rd chromium-windows-x64.zip
173
173
Move-Item -Path ".chromium" -Destination "./opensearch-dashboards/${{ env.PLUGIN_NAME }}"
You can’t perform that action at this time.
0 commit comments