Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Nov 14, 2023
1 parent 698c20f commit f885a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: zip -r .dist/E2E.app.zip ./.dist/Build/Products/Release-iphonesimulator/E2E.app
- name: Uploade to magicpod
run: |
curl -L -X POST -F '[email protected]/E2E.app.zip' -H "Authorization: Token ${MAGICPOD_API_TOKEN}" "https://app.magicpod.com/api/v1.0/Nativebrik.inc/Nativebrik/upload-file/"
curl -L -X POST -F '[email protected]/E2E.app.zip' -H 'Authorization: Token $MAGICPOD_API_TOKEN' "https://app.magicpod.com/api/v1.0/Nativebrik.inc/Nativebrik/upload-file/"
env:
MAGICPOD_API_TOKEN: ${{ secrets.MAGICPOD_API_TOKEN }}

Expand Down

0 comments on commit f885a49

Please sign in to comment.