diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9f611f..1ed0a29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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: