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

Loading…
Cancel
Save