From 192035170845bced0a9999241c0dc159376e558b Mon Sep 17 00:00:00 2001 From: Benjamin Wolf Date: Mon, 11 Jan 2021 15:35:53 +0100 Subject: [PATCH] Fix path to file --- .github/workflows/build_releasecandidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_releasecandidate.yml b/.github/workflows/build_releasecandidate.yml index 563626c..88b3361 100644 --- a/.github/workflows/build_releasecandidate.yml +++ b/.github/workflows/build_releasecandidate.yml @@ -86,7 +86,7 @@ jobs: owner, repo, release_id: ${{ steps.create-release-candidate.outputs.id }}, name: file, - data: await fs.readFile(`./${file}`) + data: await fs.readFile(`./release_dir/${file}`) }); } # with: