This commit is contained in:
xvzc 2022-03-11 10:54:18 +09:00
parent b32734dc57
commit bd645a39c0

View File

@ -1,5 +1,5 @@
on: on:
pull_request: push:
branches: branches:
- "main" - "main"
@ -12,7 +12,7 @@ jobs:
# ... # ...
- name: "Build & test" - name: "Build & test"
run: | 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" - uses: "marvinpinto/action-automatic-releases@latest"
with: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" repo_token: "${{ secrets.GITHUB_TOKEN }}"