Skip to content

Commit 40daaf2

Browse files
committed
Use other release action
1 parent fa9bbe4 commit 40daaf2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
work_in_root_file_dir: true
2828
latexmk_use_xelatex: true
2929
- name: Release
30-
uses: ncipollo/release-action@v1
30+
uses: softprops/action-gh-release@v1
3131
with:
32-
artifactErrorsFailBuild: true
33-
artifacts: tex/makenew-latex-project.pdf
34-
artifactContentType: application/pdf
32+
fail_on_unmatched_files: true
33+
files: tex/*.pdf

0 commit comments

Comments
 (0)