Fix action.
This commit is contained in:
parent
fbcbd81b12
commit
62014f5faf
3
.github/workflows/release_publish.yml
vendored
3
.github/workflows/release_publish.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
permissions:
|
||||
@ -20,7 +21,7 @@ jobs:
|
||||
- run: npm run create_dist
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "build\final\package\*"
|
||||
artifacts: "build/final/package/*"
|
||||
bodyFile: ".github/workflows/release_template.md"
|
||||
draft: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user