Skip to content

Commit

Permalink
recursive option should not be used for zip
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 12, 2024
1 parent 31f3d76 commit 83eac0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: sudo ./scripts/build_database.sh -i "index" -d "unipept-temp" -m "256M" "${{ matrix.type }}" "swissprot" "https://ftp.expasy.org/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot.xml.gz" "output"
- name: Zip all tsv.gz files
shell: bash
run: cd output && zip -r "../${{ matrix.type }}.zip" "*.tsv.lz4"
run: cd output && zip "${{ matrix.type }}.zip" "*.tsv.lz4"
- name: Upload or Update Release
id: upload_or_update_release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 83eac0d

Please sign in to comment.