Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
octeep 2022-04-04 06:02:15 +01:00
commit 17b31c5fc7
No known key found for this signature in database
GPG key ID: D8251F73BE242851

View file

@ -1,4 +1,4 @@
name: Cross compile WirePorxy name: Cross compile WireProxy
on: on:
workflow_dispatch: workflow_dispatch:
@ -46,4 +46,4 @@ jobs:
tag_name: wireproxy tag_name: wireproxy
files: ${{ env.workdir }}/dist/*.tar.gz files: ${{ env.workdir }}/dist/*.tar.gz
env: env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}