Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Upload fix (DEV) #1639

Merged
merged 19 commits into from
Nov 17, 2020
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,10 @@ jobs:
- run:
name: Send to T-System
command: |
fileName=$(find Corona-Warn-App/build/outputs/apk/deviceForTesters/release -name '*Corona-Warn-App*.apk')
curl --location --request POST $tsystems_upload_url \
--header "Authorization: Bearer $tsystems_upload_bearer" \
--form 'file=@Corona-Warn-App/build/outputs/apk/deviceForTesters/release/Corona-Warn-App-deviceForTesters-release.apk' \
--form "file=@${fileName}" \
workflows:
version: 2
quick_build:
Expand Down