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 }}