From b3ff0e4f3b578cf3f6b3f298991e19fbf8894cc5 Mon Sep 17 00:00:00 2001 From: Pieter Verschaffelt Date: Tue, 13 Aug 2024 10:51:33 +0200 Subject: [PATCH] Update publish action to fix naming of tarball --- .github/workflows/publish_features.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_features.yml b/.github/workflows/publish_features.yml index 125c66f..d536896 100644 --- a/.github/workflows/publish_features.yml +++ b/.github/workflows/publish_features.yml @@ -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 }}