Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Noobgam committed Feb 22, 2024
1 parent d828673 commit 9f8e63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/bundle.js
asset_name: bundle.js
asset_path: ./dist/bundle.cjs
asset_name: bundle.cjs
asset_content_type: application/binary

0 comments on commit 9f8e63b

Please sign in to comment.