mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-02 13:33:08 +00:00
Merge pull request #92 from codex-storage/fix/nimble-archive-osx
fix name for nimble archive for OSX
This commit is contained in:
commit
223ce9240b
2
.github/actions/install_nimble/action.yml
vendored
2
.github/actions/install_nimble/action.yml
vendored
@ -30,7 +30,7 @@ runs:
|
||||
fi
|
||||
|
||||
if [[ '${{ inputs.os }}' == 'macos' ]]; then
|
||||
OS=apple
|
||||
OS=macosx
|
||||
else
|
||||
OS='${{ inputs.os }}'
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user