fix name for nimble archive for OSX

This commit is contained in:
gmega 2024-01-11 15:19:59 -03:00
parent beefafcc6f
commit 709a873862
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F

View File

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