Skip to content

Commit

Permalink
fix path to built artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan committed Jun 7, 2024
1 parent 7c71e3b commit f03b921
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
env:
GH_TOKEN: '${{ secrets.DIVVIUP_GITHUB_AUTOMATION_RELEASE_PAT }}'
run: |
cp target/release/divviup divviup-${{ format('{0}{1}', matrix.arch, matrix.target.triple-suffix) }}
cp target/${{ format('{0}{1}', matrix.arch, matrix.target.triple-suffix) }}/release/divviup \
divviup-${{ format('{0}{1}', matrix.arch, matrix.target.triple-suffix) }}
gh release upload \
${{ inputs.tag }} divviup-${{ format('{0}{1}', matrix.arch, matrix.target.triple-suffix) }} \
--clobber

0 comments on commit f03b921

Please sign in to comment.