Skip to content

Commit

Permalink
Merge pull request #22 from fhdsl/youtube-links
Browse files Browse the repository at this point in the history
Fix workflow so artifacts are created -_-
  • Loading branch information
avahoffman authored Dec 1, 2023
2 parents 89c8c65 + ac6d9df commit a0605cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,23 @@ jobs:
name: youtube_getting_started_data
path: resources/youtube_getting_started_data.csv

- name: Archive youtube `WDL` playlist results
uses: actions/upload-artifact@v2
with:
name: youtube_getting_anvil_wdl_data
path: resources/youtube_anvil_wdl_data.csv

- name: Archive youtube `gdscn sars` playlist results
uses: actions/upload-artifact@v2
with:
name: youtube_getting_gdscn_sars_data
path: resources/youtube_gdscn_sars_data.csv

- name: Archive youtube `gdscn soil protocols` playlist results
uses: actions/upload-artifact@v2
with:
name: youtube_getting_gdscn_soil_project_data
path: resources/youtube_gdscn_soil_project_data.csv

# Commit the created files
- name: Commit .csv files to main
Expand Down

0 comments on commit a0605cf

Please sign in to comment.