mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 06:15:51 +00:00
test
This commit is contained in:
parent
b32734dc57
commit
bd645a39c0
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -1,5 +1,5 @@
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
@ -12,7 +12,7 @@ jobs:
|
||||
# ...
|
||||
- name: "Build & test"
|
||||
run: |
|
||||
GOOS=linux GOARCH=amd64 go build ./cmd/... && tar -zcvf spoof-dpi-linux.tar.gz ./spoof-dpi
|
||||
ls -al && GOOS=linux GOARCH=amd64 go build ./cmd/... && tar -zcvf spoof-dpi-linux.tar.gz ./spoof-dpi
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
Loading…
Reference in New Issue
Block a user