From 1c212b7b5a2f0af14f522fcc4ca9d31764391405 Mon Sep 17 00:00:00 2001 From: cuikho210 Date: Fri, 29 Mar 2024 13:17:59 +0700 Subject: [PATCH] Test github action release --- .github/workflows/build_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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