Skip to content

Commit 2892d52

Browse files
authored
fixed script main.yml
1 parent e9eb0ae commit 2892d52

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
@@ -53,7 +53,7 @@ jobs:
5353
$sha = "${{ github.sha }}".Substring(0, 7)
5454
$dest = "dist\FW_LUA_Script_$sha.exe"
5555
}
56-
Rename-Item "dist\FW LUA Script.exe" $dest
56+
Move-Item "dist\FW LUA Script.exe" $dest
5757
Write-Host "Output: $dest"
5858
shell: pwsh
5959

0 commit comments

Comments
 (0)