Skip to content

Commit

Permalink
chore: add action
Browse files Browse the repository at this point in the history
  • Loading branch information
couriourc committed Sep 8, 2024
1 parent 30ed768 commit 62da719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
run: bun install --frozen-lockfile && bun run build:all
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 }}
Expand Down

0 comments on commit 62da719

Please sign in to comment.