From eacacedcd3d696258843fae7fe3d1f0f7d545bd8 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 23 Apr 2022 00:24:41 +0800 Subject: [PATCH] Update boringtun.yml --- .github/workflows/boringtun.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/boringtun.yml b/.github/workflows/boringtun.yml index e7f2222..93357f9 100644 --- a/.github/workflows/boringtun.yml +++ b/.github/workflows/boringtun.yml @@ -24,17 +24,11 @@ jobs: use-cross: true command: build args: --release --bin boringtun-cli --all-features - - - name: find the files - run: | - ls -aR - find / -iname boringtun - find / -iname boringtun-cli - name: Release binaries uses: softprops/action-gh-release@v1 with: tag_name: BoringTun - files: /project/boringtun + files: ./target/release/boringtun-cli env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}