diff --git a/.github/workflows/build_latex.yml b/.github/workflows/build_latex.yml index 9f5dd70..78ec8cb 100644 --- a/.github/workflows/build_latex.yml +++ b/.github/workflows/build_latex.yml @@ -17,17 +17,17 @@ jobs: - name: Get current date id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - + - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: root_file: congogbv.tex - name: Rename file - run: mv congogbv.pdf "Sexual violence, conflict, and female empowerment ${{ steps.date.outputs.date }}.pdf" + run: mv congogbv.pdf "Sexual violence conflict and female empowerment ${{ steps.date.outputs.date }}.pdf" - name: Release uses: ncipollo/release-action@v1 with: - artifacts: "Sexual violence, conflict, and female empowerment ${{ steps.date.outputs.date }}.pdf" + artifacts: "Sexual violence conflict and female empowerment ${{ steps.date.outputs.date }}.pdf" bodyFile: .github/workflows/release_info.md \ No newline at end of file