diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index a3949a5..36b350e 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -49,6 +49,6 @@ jobs: uses: ncipollo/release-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - artifacts: gui/dist/* + artifacts: gui/dist/*/* generateReleaseNotes: true artifactErrorsFailBuild: true