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

This commit is contained in:
octeep 2022-04-04 06:02:15 +01:00 committed by octeep
commit bac5ba9284

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 }}