From e6c4bd68d3a17926fc982a08931a646423d5d6ac Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:58:56 +0800 Subject: [PATCH] Update boringtun.yml --- .github/workflows/boringtun.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/boringtun.yml b/.github/workflows/boringtun.yml index c2dd4df..ec4dfa2 100644 --- a/.github/workflows/boringtun.yml +++ b/.github/workflows/boringtun.yml @@ -24,11 +24,15 @@ jobs: use-cross: true command: build args: --release --bin boringtun-cli --all-features + + - name: Git clone BoringTun + run: | + ls - name: Release binaries uses: softprops/action-gh-release@v1 with: tag_name: BoringTun - files: ./project/boringtun + files: /project/boringtun env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}