Skip to content

Commit

Permalink
Specify artifact name explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed May 31, 2024
1 parent 10008c3 commit 7059d50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: update-data
path: deploy

deploy_to_gh_pages:
Expand All @@ -54,6 +55,8 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
with:
artifact_name: update-data

deploy_to_s3:
runs-on: ubuntu-latest
Expand All @@ -62,6 +65,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: update-data
path: deploy

- name: Upload to S3
Expand Down

0 comments on commit 7059d50

Please sign in to comment.