From: Michael Wallner Date: Fri, 21 Jan 2022 17:59:32 +0000 (+0100) Subject: Update sync_site.yml X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fm6w6.github.io;a=commitdiff_plain;h=37a56c71ddf79794ffe4f9936141c38ec606c4c5 Update sync_site.yml --- 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