Update boringtun.yml

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

@ -25,12 +25,12 @@ jobs:
with:
use-cross: true
command: build
args: --release --bin boringtun-cli_{{ .Os }}_{{ .Arch }} --all-features
args: --release --bin boringtun-cli_${{ matrix.target }} --all-features
- name: Release binaries
uses: softprops/action-gh-release@v1
with:
tag_name: BoringTun
files: ./target/release/boringtun-cli_{{ .Os }}_{{ .Arch }}
files: ./target/release/boringtun-cli_${{ matrix.target }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save