mirror of
https://gitlab.com/fscarmen/warp.git
synced 2026-06-15 03:25:42 +08:00
Update wireproxy.yml
Former-commit-id: 0d3af2374d6ec9207def7d61415b80b5851c0470
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
name: Cross compile WirePorxy
|
||||
name: Cross compile WireProxy
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
WirePorxy:
|
||||
WireProxy:
|
||||
|
||||
name: Cross compile WirePorxy
|
||||
name: Cross compile WireProxy
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
env:
|
||||
workdir: ./WirePorxy
|
||||
workdir: ./WireProxy
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@@ -19,7 +21,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Git clone WirePorxy
|
||||
- name: Git clone WireProxy
|
||||
run: |
|
||||
git clone https://github.com/octeep/wireproxy.git ${{ env.workdir }}
|
||||
cp ./.github/wireproxy-releaser.yml ${{ env.workdir }}/.goreleaser.yml
|
||||
@@ -40,7 +42,6 @@ jobs:
|
||||
- name: Release binaries
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: wireproxy
|
||||
files: ${{ env.workdir }}/dist/*.tar.gz
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user