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 d0cbe64 commit 30ed768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 30ed768

Please sign in to comment.