mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
overwrite -Force
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user