|
|
|
@ -24,17 +24,11 @@ jobs: |
|
|
|
use-cross: true |
|
|
|
use-cross: true |
|
|
|
command: build |
|
|
|
command: build |
|
|
|
args: --release --bin boringtun-cli --all-features |
|
|
|
args: --release --bin boringtun-cli --all-features |
|
|
|
|
|
|
|
|
|
|
|
- name: find the files |
|
|
|
|
|
|
|
run: | |
|
|
|
|
|
|
|
ls -aR |
|
|
|
|
|
|
|
find / -iname boringtun |
|
|
|
|
|
|
|
find / -iname boringtun-cli |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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: ./target/release/boringtun-cli |
|
|
|
env: |
|
|
|
env: |
|
|
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} |
|
|
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} |
|
|
|
|