Skip to content

Commit

Permalink
fix: Unhandled error: SyntaxError: Invalid regular expression flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rutesantos4 committed Sep 24, 2023
1 parent a869c6e commit 5a3ae4d
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 @@ -71,7 +71,7 @@ jobs:
repo: '${{ github.event.repository.name }}',
release_id: release_id,
name: 'dist.zip',
data: ${{ github.workspace }}/dist.zip
data: '${{ github.workspace }}/dist.zip'
});
console.log(`Uploaded asset to release ${release_id}.`);
Expand Down

0 comments on commit 5a3ae4d

Please sign in to comment.