Skip to content

Commit

Permalink
add the file name to the upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 committed Dec 10, 2024
1 parent c7dd684 commit 2dea4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-nhsn-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:

- name: Copy files to cloud storage
run: |
aws s3 cp "./$FILE_NAME" "s3://infectious-disease-data/data-raw/influenza-nhsn"
aws s3 cp "./$FILE_NAME" "s3://infectious-disease-data/data-raw/influenza-nhsn/$FILE_NAME"

0 comments on commit 2dea4f2

Please sign in to comment.