From c6ada80c82422be475d709a8d53a22e08b65e737 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 8 Jul 2023 06:38:00 +0100 Subject: [PATCH] Fix untar --- .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 9dd5d43e..6ae08a71 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: (cd ./public && tar - xf ./public.tar) + run: (cd ./public && tar -xf ./public.tar) - name: Publish to IPFS id: Publish uses: aquiladev/ipfs-action@master