Skip to content

Commit

Permalink
Fix a typo in macosx-amd64 pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 authored Jan 30, 2024
1 parent 8e9e0c3 commit c177270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
files: |
linux-amd64/zksolc-*${{ env.VERSION }}*
linux-arm64/zksolc-*${{ env.VERSION }}*
macosx-amd64/zksolc-*{{ env.VERSION }}*
macosx-amd64/zksolc-*${{ env.VERSION }}*
macosx-arm64/zksolc-*${{ env.VERSION }}*
windows-amd64/zksolc-*${{ env.VERSION }}*
tag_name: ${{ env.VERSION }}
Expand Down

0 comments on commit c177270

Please sign in to comment.