Skip to content

Commit

Permalink
fix: update asset urls
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc committed Jul 18, 2024
1 parent 5977abd commit c46b758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Get the JSON files
shell: bash
run: |
wget https://github.com/chasemc/temp3/releases/download/a/socialgene_mibig_refseq_search_json.tar.gz
wget https://github.com/chasemc/temp3/releases/download/a/md5
wget https://github.com/socialgene/bgcatlas/releases/download/1.0.0/socialgene_mibig_refseq_search_json.tar.gz
wget https://github.com/socialgene/bgcatlas/releases/download/1.0.0/md5
md5sum -c md5
tar -xf socialgene_mibig_refseq_search_json.tar.gz
rm socialgene_mibig_refseq_search_json.tar.gz
Expand Down

0 comments on commit c46b758

Please sign in to comment.