Skip to content

Commit 1edb9d4

Browse files
committed
fix streaming upload
1 parent ab69137 commit 1edb9d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
echo version: $packageVersion
4949
python setup.py sdist
50-
curl -F package=@./dist/botframework-streaming-$packageVersion.tar.gz https://${{ secrets.FURY_PUSH_TOKEN }}@push.fury.io/mapped/
50+
curl -F package=@./dist/botframework-streaming-forked-$packageVersion.tar.gz https://${{ secrets.FURY_PUSH_TOKEN }}@push.fury.io/mapped/
5151
env:
5252
packageVersion: ${{ steps.vtl.outputs.ver_semVerNoMeta}}
5353
working-directory: ./libraries/botframework-streaming

0 commit comments

Comments
 (0)