From 419d2d9e6d638372244a580a7e66e008be5b6ba7 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Fri, 5 Apr 2024 15:39:36 +0000 Subject: [PATCH] test --- .github/workflows/status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index 4c336f93197..a1ea92e4d0d 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -59,7 +59,7 @@ jobs: }); // Write the artifact to a file - fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/${artifactName}.zip`/, Buffer.from(download.data)); + fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/${artifactName}.zip`, Buffer.from(download.data)); - name: 'Unzip artifact' if: ${{ needs.process_artifacts.outputs.artifact_downloaded == 'true' }}