Update boringtun.yml

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

@ -24,3 +24,11 @@ jobs:
use-cross: true
command: build
args: --release --bin boringtun-cli --all-features
- name: Release binaries
uses: softprops/action-gh-release@v1
with:
tag_name: BoringTun
files: ./project/boringtun
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save