Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt committed Jan 9, 2024
1 parent 051fc51 commit 22b6b23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

Build-Windows:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up Go
Expand Down Expand Up @@ -91,7 +92,7 @@ jobs:
path: ./wheelhouse/*.whl

Gather:
needs: [Build-Linux, Build-MacOS]
needs: [Build-Linux, Build-MacOS, Build-Windows]
runs-on: ubuntu-latest
outputs:
hash: ${{ steps.hash.outputs.hash }}
Expand Down

0 comments on commit 22b6b23

Please sign in to comment.