Update boringtun.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 8f70c16e06
commit c3d62c0568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/boringtun.yml

@ -25,9 +25,11 @@ jobs:
command: build
args: --release --bin boringtun-cli --all-features
- name: Git clone BoringTun
- name: find the files
run: |
ls -aR
find / -iname boringtun
find / -iname boringtun-cli
- name: Release binaries
uses: softprops/action-gh-release@v1

Loading…
Cancel
Save