Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Oct 19, 2023
1 parent 356f704 commit 7748256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
draft: true

linux-binary:
name: 'Uplaod Binary for Linux'
name: 'Upload Binary for Linux'
runs-on: ubuntu-latest
needs: github-release-draft
steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
asset_content_type: application/octet-stream

macos-binary:
name: 'Uplaod Binary for MacOS'
name: 'Upload Binary for MacOS'
runs-on: macos-11 # TODO: Use `macos-latest` once it supports `aarch64-apple-darwin`
needs: github-release-draft
strategy:
Expand Down

0 comments on commit 7748256

Please sign in to comment.