Skip to content

Commit

Permalink
Update name of static database zip
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 7, 2024
1 parent 279bd8a commit 3d2b330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
sqlite3 output.db < workflows/static_database/init_virtual_tables.sql
# Compress the database before uploading it to a Github release
zip output.zip output.db
zip unipept-static-db-${{ env.date }}.zip output.db
- name: Upload or Update Release
id: upload_or_update_release
uses: softprops/action-gh-release@v1
with:
files: |
./output.zip
./unipept-static-db-${{ env.date }}.zip
./taxdmp.zip
tag_name: database-${{ env.date }}
name: Static database ${{ env.date }}
Expand Down

0 comments on commit 3d2b330

Please sign in to comment.