overwrite -Force

This commit is contained in:
Samuel Attard
2024-10-04 08:44:06 -07:00
parent 10cac6c432
commit 5e39c7b932

View File

@@ -156,9 +156,9 @@ jobs:
run: |
Set-ExecutionPolicy Bypass -Scope Process -Force
cd src/out/Default
Expand-Archive dist.zip -DestinationPath ./
Expand-Archive chromedriver.zip -DestinationPath ./
Expand-Archive mksnapshot.zip -DestinationPath ./
Expand-Archive -Force dist.zip -DestinationPath ./
Expand-Archive -Force chromedriver.zip -DestinationPath ./
Expand-Archive -Force mksnapshot.zip -DestinationPath ./
- name: Unzip Dist, Mksnapshot & Chromedriver (unix)
if: ${{ inputs.target-platform != 'windows' }}
run: |