Skip to content

Commit 0556ae1

Browse files
scott-routledge2=
authored and
=
committed
Find Windows Conda artifacts by passing OS_DIR to publishing script (#328)
(cherry picked from commit 64b4e08)
1 parent ff1e9de commit 0556ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build_bodo_conda_native.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
env:
114114
IS_RELEASE: ${{ inputs.is-release }}
115115
ARTIFACTORY_CHANNEL: ${{ format('bodo.ai{0}{1}', (inputs.platform-build == true) && '-platform' || '', (inputs.is-release == false) && '-dev' || '') }}
116-
OS_DIR: ${{ format('{0}', (inputs.os == 'macos-13') && 'osx-64' || (inputs.os == 'macos-14') && 'osx-arm64' || 'linux-64') }}
116+
OS_DIR: ${{ format('{0}', (inputs.os == 'macos-13') && 'osx-64' || (inputs.os == 'macos-14') && 'osx-arm64' || (inputs.os == 'windows-latest') && 'win-64' || 'linux-64') }}
117117
USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
118118
TOKEN: ${{ secrets.ARTIFACTORY_TOKEN }}
119119
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}

0 commit comments

Comments
 (0)