Skip to content

Commit

Permalink
Fix step name
Browse files Browse the repository at this point in the history
  • Loading branch information
Itaybre committed Aug 25, 2020
1 parent aefbd81 commit 23faba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./packages/${{ steps.create_release.outputs.package }}
asset_name: ${{ steps.create_release.outputs.package }}
asset_path: ./packages/${{ steps.build_package.outputs.package }}
asset_name: ${{ steps.build_package.outputs.package }}
asset_content_type: application/vnd.debian.binary-package

0 comments on commit 23faba4

Please sign in to comment.