Skip to content

Commit

Permalink
Fix readme and tex file name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ascholer committed Dec 31, 2020
1 parent b6615c5 commit 41d109f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildPDF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: xu-cheng/latex-action@v2
with:
root_file: |
CS205Proposal.tex
CS205Outline.tex
UsefulResources.tex
- name: Create Release
id: create_release
Expand All @@ -30,8 +30,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./CS205Proposal.pdf
asset_name: CS205Proposal.pdf
asset_path: ./CS205Outline.pdf
asset_name: CS205Outline.pdf
asset_content_type: application/pdf
- name: Upload Release Asset 2
id: upload-release-asset-2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Major Transfer Map.
## Releases

A PDF is built on each push to the repository.
[https://github.com/ascholerChemeketa/CS205Outline/releases](Check releases) to find the most recent published
[Check the releases](https://github.com/ascholerChemeketa/CS205Outline/releases) to find the most recent published
copy.

## Key files
Expand Down

0 comments on commit 41d109f

Please sign in to comment.