From a7effabfa528028ee5c2f590a42f7d2804324b16 Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Wed, 13 Nov 2024 19:08:06 -0800 Subject: [PATCH] More path tweaks. --- .github/workflows/binaries.yml | 6 +++--- installer.iss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index cfcfbae1a9..985f91fa53 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -131,7 +131,7 @@ jobs: run: | $Env:Path += ";C:\Users\$Env:UserName\AppData\Local\Programs\Inno Setup 6" $Env:STELLAR_CLI_VERSION = "${{ env.VERSION }}" - ISCC.exe installer.iss /F${{ env.STELLAR_CLI_INSTALLER_BASENAME }} + ISCC.exe installer.iss - name: Build provenance for attestation (release only) if: github.event_name == 'release' @@ -143,7 +143,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{ env.STELLAR_CLI_INSTALLER }} - path: ${{ env.STELLAR_CLI_INSTALLER }} + path: Output/stellar-installer.exe - name: Upload to Release (release only) if: github.event_name == 'release' @@ -156,6 +156,6 @@ jobs: repo: context.repo.repo, release_id: ${{ github.event.release.id }}, name: '${{ env.STELLAR_CLI_INSTALLER }}', - data: fs.readFileSync('${{ env.STELLAR_CLI_INSTALLER }}'), + data: fs.readFileSync('Output/stellar-installer.exe'), }); diff --git a/installer.iss b/installer.iss index 12e33c2e07..4779426fed 100644 --- a/installer.iss +++ b/installer.iss @@ -17,7 +17,7 @@ ChangesEnvironment=yes [Files] Source: "stellar.exe"; DestDir: "{app}" Source: "stellar.ico"; DestDir: "{app}" -Source: "License.txt"; DestDir: "{app}"; Flags: ignoreversion +Source: "LICENSE"; DestDir: "{app}"; Flags: ignoreversion [Icons] ; Windows optimizes start menu, and removes the uninstall entry. Unless we