Skip to content

Commit

Permalink
#24: Fix wildcard quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpowis committed Aug 6, 2023
1 parent 675e292 commit 7c31d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
repository: "maxpowis/cv"
tag: ${{ steps.cv_release.outputs.release }}
fileName: *.pdf
fileName: '*.pdf'
- name: Publish all pdf's to website
uses: dmnemec/copy_file_to_another_repo_action@v1.1.1
env:
Expand Down

0 comments on commit 7c31d40

Please sign in to comment.