Fix package location for the release.

This commit is contained in:
kovacsv 2023-05-13 08:48:36 +02:00
parent fa927fb7bd
commit 9b5bdcf134

View File

@ -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 }}