From dccd8a9ded6b09cd7906ee7788ed3c2e15780fac Mon Sep 17 00:00:00 2001 From: Pamela Marcum Date: Fri, 31 Jan 2025 23:58:36 -0800 Subject: [PATCH] Update compileMyLatex.yml --- .github/workflows/compileMyLatex.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/compileMyLatex.yml b/.github/workflows/compileMyLatex.yml index 3ad2d98b..a0b76312 100644 --- a/.github/workflows/compileMyLatex.yml +++ b/.github/workflows/compileMyLatex.yml @@ -137,11 +137,11 @@ jobs: echo "precomp" >> "${{ github.event.inputs.file2compile }}START.txt" # listOfCompressedFiles='' - listOfCompressedFiles+="${{ github.event.inputs.file2compile }}START.txt " - listOfCompressedFiles+="${{ github.event.inputs.file2compile }}Out.txt " - listOfCompressedFiles+="${{ github.event.inputs.file2compile }}.pdf " - listOfCompressedFiles+="${{ github.event.inputs.file2compile }}_hiRes.pdf " - listOfCompressedFiles+="${{ github.event.inputs.file2compile }}.html" + listOfCompressedFiles+="./${{ github.event.inputs.file2compile }}START.txt " + listOfCompressedFiles+="./${{ github.event.inputs.file2compile }}Out.txt " + listOfCompressedFiles+="./${{ github.event.inputs.file2compile }}.pdf " + listOfCompressedFiles+="./${{ github.event.inputs.file2compile }}_hiRes.pdf " + listOfCompressedFiles+="./${{ github.event.inputs.file2compile }}.html" # # post initialized folder to repository git config --global user.email "email@gmail.com"