Skip to content

Commit

Permalink
Fix path to file
Browse files Browse the repository at this point in the history
  • Loading branch information
programming-wolf committed Jan 11, 2021
1 parent dfc040f commit 1920351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_releasecandidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1920351

Please sign in to comment.