From 5b1ac13290be44a79de762602fb0efa82d871c2b Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Mon, 22 Aug 2022 15:36:06 +0200 Subject: [PATCH] try with cp --- .github/workflows/build-pdf.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pdf.yml b/.github/workflows/build-pdf.yml index 42f645a..86efd57 100644 --- a/.github/workflows/build-pdf.yml +++ b/.github/workflows/build-pdf.yml @@ -13,12 +13,12 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - run: nix build - - name: Setup upterm session - uses: lhotari/action-upterm@v1 + - run: cp result/index.pdf . + - uses: actions/upload-artifact@v3 with: name: pdf - path: result/index.pdf + path: index.pdf - uses: "marvinpinto/action-automatic-releases@latest" with: