diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index 0034e09..f320668 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -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