From eac660715f207668e98dbf4409941be57d8d1501 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 23 Apr 2022 02:07:07 +0800 Subject: [PATCH] Update boringtun.yml --- .github/workflows/boringtun.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/boringtun.yml b/.github/workflows/boringtun.yml index e24f97f..87442e6 100644 --- a/.github/workflows/boringtun.yml +++ b/.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