From 3b6a5ed3a54ff51dcc1a512c46f4deb37d6a8a05 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 23 Apr 2022 00:47:42 +0800 Subject: [PATCH] Update boringtun.yml --- .github/workflows/boringtun.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/boringtun.yml b/.github/workflows/boringtun.yml index 742e83d..38932e6 100644 --- a/.github/workflows/boringtun.yml +++ b/.github/workflows/boringtun.yml @@ -25,12 +25,12 @@ jobs: with: use-cross: true command: build - args: --release --bin boringtun-cli --all-features + args: --release --bin boringtun-cli_{{ .Os }}_{{ .Arch }} --all-features - name: Release binaries uses: softprops/action-gh-release@v1 with: tag_name: BoringTun - files: ./target/release/boringtun-cli + files: ./target/release/boringtun-cli_{{ .Os }}_{{ .Arch }} env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}