Skip to content

Commit

Permalink
Point to the right values.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Nov 12, 2024
1 parent 20fb89a commit 6d7e435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ jobs:
run: |
version="$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[] | select(.name == "stellar-cli") | .version')"
echo "VERSION=${version}" >> $GITHUB_ENV
echo "STELLAR_CLI_INSTALLER=stellar-cli-installer-${{ env.VERSION }}-x86_64-pc-windows-msvc.exe"
echo "STELLAR_CLI_INSTALLER=stellar-cli-installer-${version}-x86_64-pc-windows-msvc.exe"
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: stellar-cli-${{ inputs.version }}-x86_64-pc-windows-msvc.tar.gz
name: stellar-cli-${{ env.VERSION }}-x86_64-pc-windows-msvc.tar.gz
path: stellar-cli.tar.gz

- name: Uncompress Artifact
Expand Down

0 comments on commit 6d7e435

Please sign in to comment.