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