Skip to content

Commit

Permalink
Rename asset as tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha authored Aug 9, 2024
1 parent 3661693 commit cc0019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: release/unipept-index.tar.gz
asset_name: unipept-index-${{ env.version }}.tar.gz
asset_name: unipept-index-${{ env.version }}.tgz
asset_content_type: application/gzip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cc0019e

Please sign in to comment.