mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-07-28 22:50:55 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user