Skip to content

Commit f80b1f2

Browse files
cfsmp3claude
andcommitted
fix(ci): Add -Force to Expand-Archive for Flutter GUI
The installer directory already has files from the copy step, so Expand-Archive needs -Force to overwrite/merge. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent f9ebfd2 commit f80b1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: ls
7676
working-directory: ./windows
7777
- name: Unzip Flutter GUI
78-
run: Expand-Archive -Path ./windows.zip -DestinationPath ./installer
78+
run: Expand-Archive -Path ./windows.zip -DestinationPath ./installer -Force
7979
working-directory: ./windows
8080
- name: Display installer folder contents
8181
run: Get-ChildItem -Recurse ./installer

0 commit comments

Comments
 (0)