From 4c5dbe4302d25f692541a60504a8d27fe93d34a7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 21 Nov 2021 05:49:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Report=20=E2=86=92=20Thesis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-sphinx-thesis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-sphinx-thesis.yml b/.github/workflows/build-sphinx-thesis.yml index 6b587b3..1ff1aab 100644 --- a/.github/workflows/build-sphinx-thesis.yml +++ b/.github/workflows/build-sphinx-thesis.yml @@ -34,7 +34,7 @@ jobs: make html - name: "Create a gzipped tarball of the build" working-directory: ${{ github.workspace }} - run: tar -cvzf report/build/report.html.tar.gz report/build/html + run: tar -cvzf thesis/build/thesis.html.tar.gz thesis/build/html - name: "Upload build artifact" uses: actions/upload-artifact@v2 with: