From 04cc0ac4cca4234a7d683f25e5c54c8f94a1ae26 Mon Sep 17 00:00:00 2001 From: Pieter Verschaffelt Date: Fri, 9 Aug 2024 13:55:40 +0200 Subject: [PATCH] Update build_index.yml --- .github/workflows/build_index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_index.yml b/.github/workflows/build_index.yml index 016e3b5..7135bb7 100644 --- a/.github/workflows/build_index.yml +++ b/.github/workflows/build_index.yml @@ -67,7 +67,7 @@ jobs: # Zip the contents of the build/$SP_VERSION directory - name: Zip build contents run: | - cd build && zip "index_$SP_VERSION.zip" "$SP_VERSION/*.tsv" "$SP_VERSION/*.bin" + cd build && zip "index_$SP_VERSION.zip" "$SP_VERSION/proteins.tsv" "$SP_VERSION/taxons.tsv" "$SP_VERSION/sa_sparse3_compressed.bin" # Create a GitHub release and upload the zip file - name: Upload or Update Release