Skip to content

Commit

Permalink
fix: attemp to fix the release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
rutesantos4 committed Sep 24, 2023
1 parent 70b1866 commit a90c68c
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: '@${{ github.workspace }}/dist'
data: await fs.readFileSync('${{ github.workspace }}/dist.zip)'
});
console.log(`Uploaded asset to release ${release_id}.`);
Expand Down

0 comments on commit a90c68c

Please sign in to comment.