Skip to content

Commit

Permalink
working on artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Jul 10, 2024
1 parent 6184f59 commit d083989
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/database-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
with:
name: expr-files
- name: Downlod artifacts from exposome
uses: actions/download-artifacts@v2
uses: actions/download-artifact@v2
with:
name: expo-files
- name: List files cwd
Expand All @@ -128,14 +128,15 @@ jobs:
run: |
mkdir srpAnalytics
mv *files/* srpAnalytics
gzip -cvf files srpAnalytics.gz
# - name: Pushes to figshare
# uses: figshare/[email protected]
# with:
# FIGSHARE_TOKEN: ${{ secrets.FIGSHARE_TOKEN }}
# FIGSHARE_ENDPOINT: 'https://api.figshare.com/v2'
# FIGSHARE_ARTICLE_ID:
# DATA_DIR: 'srpAnalytics'
# gzip -cvf files srpAnalytics.gz
- name: Pushes to figshare
uses: figshare/[email protected]
with:
FIGSHARE_TOKEN: ${{ secrets.FIGSHARE_TOKEN }}
FIGSHARE_ENDPOINT: 'https://api.figshare.com/v2'
# FIGSHARE_ARTICLE_ID:
FIGSHARE_PROJECT_ID: 177459
DATA_DIR: 'srpAnalytics'

#zipfiles push to figshare

0 comments on commit d083989

Please sign in to comment.