Update wireproxy.yml

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

@ -14,6 +14,8 @@ jobs:
env:
workdir: ./WirePorxy
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
steps:
- name: Checkout code
@ -42,8 +44,6 @@ jobs:
- name: Release binaries
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
files: ${{ env.workdir }}/dist/*.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save