Skip to content

Commit

Permalink
fixing release file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampaio Leal committed Feb 12, 2024
1 parent f6e733a commit b87f0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
script: |
const fs = require("fs");
const { repo: { owner, repo }, sha } = context;
const data = fs.readFileSync("builds/butiko");
const data = fs.readFileSync("butiko");
const tag = context.ref.replace("refs/tags/", "");
const release = await github.rest.repos.createRelease({
Expand Down

0 comments on commit b87f0ce

Please sign in to comment.