Merge branch 'master' into chore/update-libp2p-repo

This commit is contained in:
gmega 2024-03-18 19:11:57 -03:00
commit 717cd0a50c
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ runs:
fi
if [[ '${{ inputs.os }}' == 'macos' ]]; then
OS=apple
OS=macosx
else
OS='${{ inputs.os }}'
fi