Skip to content

Feat: recover server app channle #35

Feat: recover server app channle

Feat: recover server app channle #35

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
uses: crazy-max/ghaction-xgo@v3
with:
xgo_version: latest
go_version: 1.21
dest: build
targets: linux/arm64,linux/amd64,windows/amd64,darwin/amd64,darwin/arm64
v: false
x: false
race: false
ldflags: -s -w
buildmode: default
trimpath: true
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "dev"
title: Development
prerelease: true
files: |
build/github.com/zijiren233/*