Skip to content

Commit

Permalink
fix: Unhandled error: SyntaxError: missing ) after argument list
Browse files Browse the repository at this point in the history
  • Loading branch information
rutesantos4 committed Sep 24, 2023
1 parent a90c68c commit 9832a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
repo: '${{ github.event.repository.name }}',
release_id: release_id,
name: 'dist.zip',
data: await fs.readFileSync('${{ github.workspace }}/dist.zip)'
data: await fs.readFileSync('${{ github.workspace }}/dist.zip')
});
console.log(`Uploaded asset to release ${release_id}.`);
Expand Down

0 comments on commit 9832a6e

Please sign in to comment.