Skip to content

Commit

Permalink
[TASK] Change output path
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-space authored Jan 3, 2024
1 parent cdcdeb3 commit 720b8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Add any additional configurations here, such as 'args' or 'extra_system_packages'

- name: Test if Resume build was successful
run: '(test -f downloads/mai-joel_maximilian-curriculum_vitae.pdf && echo PDF exists) || (echo PDF does not exist && exit 1)'
run: '(test -f mai-joel_maximilian-curriculum_vitae.pdf && echo PDF exists) || (echo PDF does not exist && exit 1)'

- name: Get the current date and time
id: date
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: downloads/mai-joel_maximilian-curriculum_vitae.pdf
asset_path: mai-joel_maximilian-curriculum_vitae.pdf
asset_name: mai-joel_maximilian-curriculum_vitae.pdf
asset_content_type: application/pdf
env:
Expand Down

0 comments on commit 720b8b6

Please sign in to comment.