Update wireproxy.yml

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

@ -1,7 +1,9 @@
name: Cross compile WirePorxy
on:
workflow_dispatch:
push:
tags:
- "v*"
jobs:
WirePorxy:
@ -40,7 +42,8 @@ jobs:
- name: Release binaries
uses: softprops/action-gh-release@v1
with:
tag_name: wireproxy
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
files: ${{ env.workdir }}/dist/*.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save