From cab4fed06f8c7a2c98fe82b1a3dc51d4a6a2d1b8 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 8 Jul 2023 06:33:47 +0100 Subject: [PATCH] Go into right dir --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e904723c..9dd5d43e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -75,7 +75,7 @@ jobs: name: site path: ./public - name: Extract Github Pages artifact - run: tar - xf ./public.tar + run: (cd ./public && tar - xf ./public.tar) - name: Publish to IPFS id: Publish uses: aquiladev/ipfs-action@master