Skip to content

Commit

Permalink
Fix typo in Github Actions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes authored Jul 28, 2020
1 parent 27b4238 commit 319fc74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./dist/codeowners-darwin-amd64.tar.gz
asset_name: codeowners-darwin-amd64.tar.gz
asset_content_type: application/gzip
Expand All @@ -52,7 +52,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./dist/codeowners-linux-amd64.tar.gz
asset_name: codeowners-linux-amd64.tar.gz
asset_content_type: application/gzip
Expand All @@ -62,7 +62,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./dist/codeowners-windows-amd64.tar.gz
asset_name: codeowners-windows-amd64.tar.gz
asset_content_type: application/gzip

0 comments on commit 319fc74

Please sign in to comment.