Skip to content

Commit

Permalink
Hotfix deploy.yml on file rename?
Browse files Browse the repository at this point in the history
  • Loading branch information
ApplebaumIan authored Apr 11, 2024
1 parent 6f2612e commit ba312f5
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 @@ -47,7 +47,7 @@ jobs:
path: resources
- name: Rename PDF
run: |
mv resources/combine.pdf ./syllabus.pdf
mv combine.pdf syllabus.pdf
- name: Upload PDF to Release
uses: softprops/action-gh-release@v2
env:
Expand Down

0 comments on commit ba312f5

Please sign in to comment.