From 30ed768318485742673c525cb79cec38fb471af8 Mon Sep 17 00:00:00 2001 From: godakid Date: Sun, 8 Sep 2024 09:32:36 +0800 Subject: [PATCH] chore: add action --- .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 c71f848..cd4888b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,8 +14,9 @@ jobs: bun-version: latest run: bun install --frozen-lockfile && bun run build:all - name: Upload binaries to release + uses: svenstaro/upload-release-action@v2 repo_token: ${{ secrets.GITHUB_TOKEN }} - file: dist/** + file: dist/* overwrite: true tags: true tag: ${{ github.ref }}