Skip to content

Commit

Permalink
Update database-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Jul 3, 2024
1 parent 9c31c73 commit 95def29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/database-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@ jobs:
- name: Download artifacts from expression
uses: actions/download-artifact@v2
with:
name: [expr-files,expo-files]
name: expr-files
- name: Downlod artifacts from exposome
users: actions/download-artifacts@v2
with:
name: expo-files
- name: List files cwd
run: ls -lah
#zipfiles push to figshare
Expand Down

0 comments on commit 95def29

Please sign in to comment.