Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Oct 19, 2022
1 parent e341a02 commit 6faee90
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,10 @@ jobs:
mv ./${{ env.PLUGIN_NAME }}-*.zip ./windows-x64/${{ env.ARTIFACT_NAME }}-${{ env.OPENSEARCH_PLUGIN_VERSION }}-windows-x64.zip
cd windows-x64
curl.exe -LO https://github.com/opensearch-project/dashboards-reports/releases/tag/chromium-1.12.0.0
Expand-Archive -Path 'chromium-windows.zip'
rd chromium-windows.zip
Move-Item -Path "./chromium-windows/.chromium" -Destination "./opensearch-dashboards/${{ env.PLUGIN_NAME }}"
rd chromium-windows
curl.exe -LO https://github.com/opensearch-project/dashboards-reports/releases/tag/chromium-1.12.0.0/chromium-windows-x64.zip
Expand-Archive -Path 'chromium-windows-x64.zip'
rd chromium-windows-x64.zip
Move-Item -Path ".chromium" -Destination "./opensearch-dashboards/${{ env.PLUGIN_NAME }}"
Compress-Archive -Path "./${{ env.ARTIFACT_NAME }}-*.zip" -Destination "./opensearch-dashboards"
mv ./${{ env.ARTIFACT_NAME }}-*.zip ..
cd ..
Expand Down

0 comments on commit 6faee90

Please sign in to comment.