Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
couriourc authored Sep 8, 2024
1 parent 0cb1894 commit d8fca20
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d8fca20

Please sign in to comment.