diff --git a/.github/workflows/create-pdf.yml b/.github/workflows/create-pdf.yml index b715120..b9b949b 100644 --- a/.github/workflows/create-pdf.yml +++ b/.github/workflows/create-pdf.yml @@ -43,7 +43,8 @@ jobs: uses: actions/download-artifact@v4 with: name: cv - path: cv + path: artifacts + - run: ls -R artifacts - name: Tag id: generate_release_tag uses: amitsingh-007/next-release-tag@v5.1.0 @@ -55,5 +56,5 @@ jobs: uses: ncipollo/release-action@v1 with: tag: ${{ steps.generate_release_tag.outputs.next_release_tag }} - artifacts: "cv" + artifacts: "artifacts/cv.pdf" generateReleaseNotes: true