Skip to content

Commit

Permalink
ci: fix readme path... again
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbeard committed Sep 18, 2023
1 parent 8db1c13 commit 3b30f56
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ jobs:
- name: ls
run: ls -l . dist/

- uses: actions/upload-artifact@master
name: Upload Resume Markdown
with:
name: readme
path: |
README.md
- uses: actions/upload-artifact@master
name: Upload Resume Artifacts
with:
Expand Down Expand Up @@ -158,8 +165,8 @@ jobs:
- uses: actions/download-artifact@master
name: Download Resume Artifacts
with:
name: src
path: dist
name: readme
path: .

- name: Debug
run: |
Expand Down

0 comments on commit 3b30f56

Please sign in to comment.