mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-03 04:50:11 +00:00
Merge branch 'main' of https://github.com/xvzc/SpoofDPI
This commit is contained in:
commit
2c600eb392
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@ -1,12 +1,13 @@
|
|||||||
# .github/workflows/release.yaml
|
# .github/workflows/release.yaml
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
pull_request:
|
||||||
types: [created]
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-linux-amd64:
|
release-linux-amd64:
|
||||||
name: release linux/amd64
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -15,3 +16,4 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
goos: linux
|
goos: linux
|
||||||
goarch: amd64
|
goarch: amd64
|
||||||
|
build_command: "go build -o . github.com/xvzc/SpoofDPI/cmd/spoof-dpi && tar -zcvf spoof-dpi-osx.tar.gz ./spoof-dpi"
|
||||||
|
Loading…
Reference in New Issue
Block a user