소스 검색

更新构建步骤

移除了不必要的空行,使GitHub Actions工作流文件更加整洁。同时保持了构建过程的定义不变。
SongZihuan 1 주 전
부모
커밋
acf4047adf
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .github/workflows/go-tag-release.yml

+ 0 - 2
.github/workflows/go-tag-release.yml

@@ -66,12 +66,10 @@ jobs:
         run: |
           GOOS=linux GOARCH=amd64 go build -o "${{ github.workspace }}/output/linux_amd64_tigerv1" -trimpath -ldflags='-s -w -extldflags "-static"' -gcflags='-O4 -inline=2' github.com/SongZihuan/BackendServerTemplate/src/cmd/tigerv1
 
-
       - name: Build catv1
         run: |
           GOOS=linux GOARCH=amd64 go build -o "${{ github.workspace }}/output/linux_amd64_catv1" -trimpath -ldflags='-s -w -extldflags "-static"' -gcflags='-O4 -inline=2' github.com/SongZihuan/BackendServerTemplate/src/cmd/catv1
 
-
       - name: List build directory
         run: |
           ls -l "${{ github.workspace }}/output"