Merge pull request #92 from codex-storage/fix/nimble-archive-osx

fix name for nimble archive for OSX
This commit is contained in:
Giuliano Mega 2024-03-18 19:11:28 -03:00 committed by GitHub
commit 223ce9240b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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