Skip to content

Commit

Permalink
feat(fate): rename build.yml name
Browse files Browse the repository at this point in the history
  • Loading branch information
godcong committed Jan 10, 2023
1 parent 54caec2 commit 10bf497
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Build Linux

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Build Macos

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Build Windows

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
go-version: [ 1.19.x ]
platform: [ windows-latest]
platform: [ windows-latest ]
arch: [ 386, amd64 ]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 10bf497

Please sign in to comment.