Skip to content

Commit 8ed67f2

Browse files
committed
更正发布源
1 parent a5d6b45 commit 8ed67f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multi-platform-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
run: |
133133
for package in $(find ./output -name "*.conda"); do
134134
echo "Uploading $package to unilab organization..."
135-
anaconda upload --user unilab --force "$package"
135+
anaconda upload --user uni-lab --force "$package"
136136
done
137137
138138
- name: Logout from Anaconda

0 commit comments

Comments
 (0)