Skip to content

Commit

Permalink
add package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
scampion committed Jan 23, 2025
1 parent 5722c5f commit 3e45fc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- uses: actions/upload-artifact@v4
with:
path: target/release/burgonet-gw
# - run: cargo test --verbose


0 comments on commit 3e45fc6

Please sign in to comment.