This commit is contained in:
xvzc 2022-03-11 10:56:29 +09:00
parent e8f41692c0
commit eef3320a11

View File

@ -12,7 +12,7 @@ jobs:
# ...
- name: "Build & test"
run: |
ls -al && pwd && GOOS=linux GOARCH=amd64 go build ./cmd/... && tar -zcvf spoof-dpi-linux.tar.gz ./spoof-dpi
ls -al && pwd && 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 }}"