From 541c70fb713da1314c815af531d0715abc19fb9a Mon Sep 17 00:00:00 2001 From: Nickolai Zeldovich Date: Wed, 20 Sep 2023 13:58:35 -0400 Subject: [PATCH] try to set the right content-type for release PDFs --- .github/workflows/build-and-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index b6b4bc8..ba77d96 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -21,3 +21,4 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "lecture-notes.pdf,chapters/*.pdf" + artifactContentType: application/pdf