Skip to content

Commit

Permalink
Remove recursive argument from zip
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha authored Aug 9, 2024
1 parent 3e812a5 commit fcafc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Zip the contents of the build/$SP_VERSION directory
- name: Zip build contents
run: |
cd build && zip -r "index_$SP_VERSION.zip" "$SP_VERSION/*.tsv" "$SP_VERSION/*.bin"
cd build && zip "index_$SP_VERSION.zip" "$SP_VERSION/*.tsv" "$SP_VERSION/*.bin"
# Create a GitHub release and upload the zip file
- name: Upload or Update Release
Expand Down

0 comments on commit fcafc76

Please sign in to comment.