Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 8182033

Browse files
authored
Update main.yml
added -Force to copy so it doesn't freak if already exists.
1 parent 1dca90a commit 8182033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: 'recursive'
1616
- name: Init
17-
run: Copy-Item -Path . -Destination "C:\ungoogled-chromium-windows" -Recurse
17+
run: Copy-Item -Path . -Destination "C:\ungoogled-chromium-windows" -Recurse -Force
1818
- name: Setup Stage
1919
run: npm install
2020
working-directory: ./.github/actions/stage

0 commit comments

Comments
 (0)