Skip to content

Commit

Permalink
调整编译脚本
Browse files Browse the repository at this point in the history
Signed-off-by: allan716 <525223688@qq.com>
  • Loading branch information
allanpk716 committed Jun 28, 2023
1 parent e3b75ea commit a3e5de6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release -f .goreleaser_client_base.yml --rm-dist
args: release --config goreleaser.yml --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
32 changes: 0 additions & 32 deletions .github/workflows/release_client_youtube.yml

This file was deleted.

1 change: 1 addition & 0 deletions .goreleaser_client_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ changelog:
- "^test:"
- "^TestData:"
- "^TestCode:"
- "^assets:"
1 change: 1 addition & 0 deletions .goreleaser_client_youtube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ changelog:
- "^test:"
- "^TestData:"
- "^TestCode:"
- "^assets:"
3 changes: 3 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
builds:
- config: .goreleaser_client_base.yml
- config: .goreleaser_client_youtube.yml

0 comments on commit a3e5de6

Please sign in to comment.