Skip to content

Commit

Permalink
Update publish action to fix naming of tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 13, 2024
1 parent 7ab6bd1 commit b3ff0e4
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 }}.tgz
asset_name: devcontainer-feature-unipept-index.tgz
asset_content_type: application/gzip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b3ff0e4

Please sign in to comment.