Skip to content

Commit

Permalink
Merge branch 'main' into fix/rpc-header
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman authored Dec 19, 2024
2 parents 2784561 + 7a50b86 commit 3c7c9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ jobs:
repo: context.repo.repo,
release_id: ${{ github.event.release.id }},
name: '${{ env.STELLAR_CLI_INSTALLER }}',
data: fs.readFileSync('Output/stellar-installer.exe'),
data: fs.readFileSync('${{ env.STELLAR_CLI_INSTALLER }}'),
});

0 comments on commit 3c7c9dd

Please sign in to comment.