Skip to content

Commit

Permalink
Fix Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0918nobita committed Dec 23, 2023
1 parent 107d3d4 commit 0a97f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: npm run build
- uses: ncipollo/release-action@v1
with:
artifacts: 'dist/index.js,dist/styles.css,manifest.json'
artifacts: 'dist/main.js,dist/styles.css,manifest.json'
body: |
Please refer to [CHANGELOG.md](https://github.com/0918nobita/obsidian-zhongwen-block/blob/main/CHANGELOG.md) for details.
token: ${{ secrets.GH_RELEASE_TOKEN }}

0 comments on commit 0a97f64

Please sign in to comment.