Skip to content

Commit

Permalink
fix: fix working-directory on release-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed Nov 10, 2023
1 parent 312fdcf commit f0e402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
tag-name: ${{ github.ref_name }}
asset-name: '${{ github.event.inputs.chain }}-collator'
file: 'target/release/${{ github.event.inputs.chain }}-collator'
file: './${{ github.event.inputs.chain }}/target/release/${{ github.event.inputs.chain }}-collator'

0 comments on commit f0e402d

Please sign in to comment.