Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
cgroeschel committed Apr 6, 2022
1 parent de3c50f commit 5a62a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: datahighway-collator.gzip
asset_name: datahighway-collator-amd64.gzip
asset_path: datahighway-collator.gz
asset_name: datahighway-collator-amd64.gz
asset_content_type: application/gzip

0 comments on commit 5a62a8c

Please sign in to comment.