Sfoglia il codice sorgente

Merge pull request #413 from timelic/fix/action-files-output

fix: Github action's output path
Byaidu 1 anno fa
parent
commit
bd93483f88
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/python-build.yml

+ 2 - 2
.github/workflows/python-build.yml

@@ -33,11 +33,11 @@ jobs:
 
     - name: Test - Translate a PDF file with plain text only
       run:
-        pdf2zh ./test/file/translate.cli.plain.text.pdf
+        pdf2zh ./test/file/translate.cli.plain.text.pdf -o ./test/file
 
     - name: Test - Translate a PDF file figure
       run:
-        pdf2zh ./test/file/translate.cli.text.with.figure.pdf
+        pdf2zh ./test/file/translate.cli.text.with.figure.pdf -o ./test/file
 
     # - name: Test - Translate a PDF file with unknown font
     #   run: