From 40daaf252a750f1d62afb2f3d6412b11ad0e0dcd Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Mon, 19 Sep 2022 14:34:42 -0700 Subject: [PATCH] Use other release action --- .github/workflows/publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 954d4df..8e1e5d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,8 +27,7 @@ jobs: work_in_root_file_dir: true latexmk_use_xelatex: true - name: Release - uses: ncipollo/release-action@v1 + uses: softprops/action-gh-release@v1 with: - artifactErrorsFailBuild: true - artifacts: tex/makenew-latex-project.pdf - artifactContentType: application/pdf + fail_on_unmatched_files: true + files: tex/*.pdf