Skip to content

Commit

Permalink
Create Github build action for release
Browse files Browse the repository at this point in the history
  • Loading branch information
erak committed Mar 4, 2024
1 parent 7fd06cb commit bb216fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ jobs:
image: ${{ matrix.docker_image }}
options: ${{ matrix.docker_options }}
run: cargo build --target "${{ matrix.target }}"
- name: Upload binaries
uses: actions/upload-artifact@v4
with:
name: rad-tui
path: target/release/rad-tui

0 comments on commit bb216fb

Please sign in to comment.