From d8fca209ab3369f7b0760980065e50164b7fd65b Mon Sep 17 00:00:00 2001 From: couriourc <58319769+couriourc@users.noreply.github.com> Date: Sun, 8 Sep 2024 09:59:37 +0800 Subject: [PATCH] chore: action --- .github/workflows/build.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 649abd8..a57c5aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,12 +22,14 @@ jobs: run: | bun install --frozen-lockfile bun run build:all - - - name: Upload binaries to release - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: dist/* - overwrite: true - tags: true - tag: ${{ github.ref }} + - name: Debug + run: | + ls -a + # - name: Upload binaries to release + # uses: svenstaro/upload-release-action@v2 + # with: + # repo_token: ${{ secrets.GITHUB_TOKEN }} + # file: dist/* + # overwrite: true + # tags: true + # tag: ${{ github.ref }}