From 37a56c71ddf79794ffe4f9936141c38ec606c4c5 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 21 Jan 2022 18:59:32 +0100 Subject: [PATCH] Update sync_site.yml --- .github/workflows/sync_site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_site.yml b/.github/workflows/sync_site.yml index 8a51006..7eed3b1 100644 --- a/.github/workflows/sync_site.yml +++ b/.github/workflows/sync_site.yml @@ -26,7 +26,7 @@ jobs: archive_format: "zip", }); await exec.exec("tar xz", [], { - input: artifact.data + input: Buffer.from(artifact.data) }); - run: ls -al -- 2.30.2