Skip to content

Commit

Permalink
fix pdf2docx path
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamkadaban committed Aug 28, 2024
1 parent 7eeeb41 commit 660e37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
latexmk -pdf main.tex
mv "main.pdf" "UFSIT_Constitution.pdf"
~/.local/bin/pdf2docx convert "UFSIT_Constitution.pdf"
pdf2docx convert "UFSIT_Constitution.pdf"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 660e37f

Please sign in to comment.