Skip to content

Commit

Permalink
Problem: github action name spelling is incorrect (fix #487) (#488)
Browse files Browse the repository at this point in the history
Solution: fix spelling
  • Loading branch information
leejw51crypto committed Apr 22, 2021
1 parent 7a49be9 commit b8e5245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- release/**
jobs:
build:
name: Build For Windowss
name: Build For Windows
runs-on: windows-latest
steps:
- name: Set up Go
Expand Down

0 comments on commit b8e5245

Please sign in to comment.