From 2d1dd20da4ca6e75c91980b6f8887a402b8b642f Mon Sep 17 00:00:00 2001 From: mthierman Date: Fri, 27 Oct 2023 11:39:48 -0600 Subject: [PATCH] Fix the PDF path --- .github/workflows/surge-xt-manual-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/surge-xt-manual-pdf.yml b/.github/workflows/surge-xt-manual-pdf.yml index 31a8cae282..0de7b795bb 100644 --- a/.github/workflows/surge-xt-manual-pdf.yml +++ b/.github/workflows/surge-xt-manual-pdf.yml @@ -38,4 +38,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh release edit surge-xt-manual -n "PDF of the [Surge XT Manual](https://surge-synthesizer.github.io/manual-xt/)" - gh release upload surge-xt-manual ./manual_xt/Surge-XT-Manual-test.pdf --clobber + gh release upload surge-xt-manual Surge-XT-Manual-test.pdf --clobber