Skip to content

Commit

Permalink
Update example-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm authored Dec 30, 2024
1 parent b31364a commit 0c4836f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/example-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
- name: Upload to SauceLabs
working-directory: ./example
run: |
cd build/Build/Products/Release-iphonesimulator
curl -u '${{ secrets.SUECELABS_USER }}:${{ secrets.SUECELABS_SECRET }}' --location --request POST 'https://api.eu-central-1.saucelabs.com/v1/storage/upload' --form payload=@'BitsBytes.zip' --form name='BitsBytes.zip' --form description='e2e test app' --silent --show-error

0 comments on commit 0c4836f

Please sign in to comment.