From 7d6586b8218b232988f755aefb4700c75586a45b Mon Sep 17 00:00:00 2001 From: Pieter Verschaffelt Date: Mon, 12 Aug 2024 14:12:54 +0200 Subject: [PATCH] Update zip structure according to database --- .github/workflows/build_index.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_index.yml b/.github/workflows/build_index.yml index 69503d7..2b12566 100644 --- a/.github/workflows/build_index.yml +++ b/.github/workflows/build_index.yml @@ -47,9 +47,7 @@ jobs: # Extract the contents of the output folder from the zip into a folder "build/input" - name: Extract zip contents run: | - unzip build/suffix-array.zip 'output/*' -d build/temp - mv build/temp/output/* build/input/ - rm -r build/temp + unzip build/suffix-array.zip '*' -d build/input # Make a directory with the SP_VERSION and process files - name: Process files