Skip to content

Commit

Permalink
Update zip structure according to database
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 12, 2024
1 parent e062189 commit 7d6586b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d6586b

Please sign in to comment.