We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014dc18 commit d1f5bd0Copy full SHA for d1f5bd0
1 file changed
.github/workflows/lifecycle.yml
@@ -49,7 +49,7 @@ jobs:
49
run: cargo build --release
50
51
- name: Rename binary
52
- run: Rename-Item -Path .\target\release\godot-arch-cli.exe -NewName godot-arch.exe
+ run: Rename-Item -Path .\target\release\godot-arch-cli.exe -NewName godot-arch.exe -Force
53
shell: pwsh
54
55
- name: Upload artifact
0 commit comments