From 3b30f56e2a5c57911289004c9c552696659ba37b Mon Sep 17 00:00:00 2001 From: Josh Beard Date: Sun, 17 Sep 2023 21:05:00 -0600 Subject: [PATCH] ci: fix readme path... again --- .github/workflows/build-deploy.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 60ef93a..575c605 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -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: @@ -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: |