Skip to content

Commit

Permalink
Update artifact download paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford authored Sep 25, 2024
1 parent a42a10e commit b0baa4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,17 @@ jobs:
uses: actions/download-artifact@v4
with:
name: out
path: out

- name: Retrieve s3_website.yml from artifacts
uses: actions/download-artifact@v4
with:
name: s3_website
path: s3_website

- name: Move s3_website.yml into root
run: |
mv s3_website/s3_website.yml s3_website.yml
- name: S3 Publish
uses: docker://justinharringa/s3_website:master
Expand Down

0 comments on commit b0baa4f

Please sign in to comment.