Skip to content

Commit 56a4089

Browse files
committed
Fix variable expansion for PowerShell.
1 parent 8b96386 commit 56a4089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test_script:
4545
- cmd: xcopy "%CONDA_LOC%"\conda-bld\win-64\libgpuarray* pkgs\ /Y
4646
- ps: |
4747
if($env:appveyor_repo_tag -eq 'False') {
48-
anaconda -t $BINSTAR_TOKEN upload --user=abergeron pkgs/* 2>&1
48+
anaconda -t $env:BINSTAR_TOKEN upload --user=abergeron pkgs/* 2>&1
4949
}
5050
5151
artifacts:

0 commit comments

Comments
 (0)