Update ci-builds.yml

Bug Fix: I forgot to adjust the Rename-Item PS command to rename the EXE before packaging.
This commit is contained in:
Frog
2025-11-19 22:04:24 -08:00
committed by GitHub
parent b7a9505599
commit cffc4cce07
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Rename EXE with short commit SHA
run: |
Rename-Item -Path ./publish/CreamInstaller.exe -NewName "CreamInstaller-$env:shortSha.exe"
Rename-Item -Path ./publish/CreamInstaller.exe -NewName "CreamInstaller-CI-$env:shortSha.exe"
shell: pwsh
- name: Upload artifact