Skip to content

Commit

Permalink
ci: 💚 Use the correct file for binary artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 4, 2022
1 parent 01ebfee commit 618eac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: espup-${{ matrix.job.target }}.zip
file: target/${{ matrix.job.target }}/release/espup${{ matrix.job.binary-postfix }}
asset_name: espup-${{ matrix.job.target }}${{ matrix.job.binary-postfix }}
tag: ${{ github.ref }}

Expand Down

0 comments on commit 618eac5

Please sign in to comment.