Update boringtun.yml

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

@ -25,10 +25,14 @@ jobs:
command: build command: build
args: --release --bin boringtun-cli --all-features args: --release --bin boringtun-cli --all-features
- name: Git clone BoringTun
run: |
ls
- name: Release binaries - name: Release binaries
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
tag_name: BoringTun tag_name: BoringTun
files: ./project/boringtun files: /project/boringtun
env: env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save