diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e0393a..af76c64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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