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
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