1 parent e9eb0ae commit 2892d52Copy full SHA for 2892d52
1 file changed
.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
53
$sha = "${{ github.sha }}".Substring(0, 7)
54
$dest = "dist\FW_LUA_Script_$sha.exe"
55
}
56
- Rename-Item "dist\FW LUA Script.exe" $dest
+ Move-Item "dist\FW LUA Script.exe" $dest
57
Write-Host "Output: $dest"
58
shell: pwsh
59
0 commit comments