Skip to content

Commit 8de3c7e

Browse files
Anil-matchaclaude
andcommitted
fix: use Move-Item instead of Rename-Item for Windows binary rename
Rename-Item rejects paths in the new name; Move-Item accepts full paths. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0252c4c commit 8de3c7e

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
@@ -67,7 +67,7 @@ jobs:
6767
- name: Rename artifact (Windows)
6868
if: runner.os == 'Windows'
6969
shell: pwsh
70-
run: Rename-Item dist\muapi.exe dist\${{ matrix.artifact }}
70+
run: Move-Item dist\muapi.exe dist\${{ matrix.artifact }}
7171

7272
- name: Upload artifact
7373
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)