From 571b6c5e987dfd9e6aaba6cd7535a56cc0c919fb Mon Sep 17 00:00:00 2001 From: couriourc <58319769+couriourc@users.noreply.github.com> Date: Sun, 8 Sep 2024 10:03:16 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e47143d..aa5e94a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,8 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: dist/SimpleMockServer.exe + file: dist/* overwrite: true tags: true tag: ${{ github.ref }} + file_glob: true