1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-16 03:58:55 +00:00

CD: Update pipeline

This commit is contained in:
kayos@tcp.direct 2023-02-28 17:20:18 -08:00
parent 21063fff45
commit f0a2692c73
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

@ -32,13 +32,13 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.19.5.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.20.1.linux-amd64.tar.gz"
project_path: "./cmd/HellPot"
binary_name: "HellPot"
extra_files: LICENSE README.md
build_flags: -trimpath
pre_command: export CGO_ENABLED=0
ldflags: -s -w
ldflags: -s -w -X main.version=${{ github.event.inputs.tag }}
release_tag: ${{ github.event.inputs.tag }}
- name: Add reaction
uses: peter-evans/create-or-update-comment@v2