Fix package location for the release.
This commit is contained in:
parent
fa927fb7bd
commit
9b5bdcf134
2
.github/workflows/release_publish.yml
vendored
2
.github/workflows/release_publish.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- run: npm run create_dist
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "build/final/package/*"
|
||||
artifacts: "build/package/engine/*"
|
||||
bodyFile: ".github/workflows/release_template.md"
|
||||
draft: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user