Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eberkund authored Jan 2, 2020
1 parent 07b283f commit 34979fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/download-artifact@v1
with:
name: resume.pdf
name: ./resume.pdf

- name: Get current date
id: date
Expand Down Expand Up @@ -57,5 +57,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_content_type: application/pdf
asset_path: resume.pdf
asset_path: ./resume.pdf
asset_name: resume.pdf

0 comments on commit 34979fb

Please sign in to comment.