From 2288c6cb428a171ee53857e2087e417f7a3c70c3 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 23 Apr 2022 01:32:28 +0800 Subject: [PATCH] Update boringtun.yml --- .github/workflows/boringtun.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/boringtun.yml b/.github/workflows/boringtun.yml index fe90065..da06298 100644 --- a/.github/workflows/boringtun.yml +++ b/.github/workflows/boringtun.yml @@ -25,7 +25,7 @@ jobs: with: use-cross: true command: build - args: --release --bin boringtun-cli --all-features --target ${{ matrix.target }} + args: --release --bin boringtun-cli --all-features --target=${{ matrix.target }} - name: Archives boringtun-cli run: |