Update boringtun.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 49d357b3a5
commit eac660715f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/boringtun.yml

@ -20,14 +20,13 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.target }}
override: true
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: build
args: --release --bin boringtun-cli --all-features
target: ${{ matrix.target }}
- name: Archives boringtun-cli
run: |
tar czvf boringtun-cli_${{ matrix.target }}.tar.gz ./target/release/boringtun-cli

Loading…
Cancel
Save