Skip to content

Commit

Permalink
Read correct path when uploading asset to release. (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando authored Dec 19, 2024
1 parent 01220f6 commit 7a50b86
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 7a50b86

Please sign in to comment.