Skip to content

Commit

Permalink
paths
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Oct 24, 2023
1 parent de14113 commit a3897d5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/e2e-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,15 @@ jobs:
- name: ls
run: |
ls -la
ls -la ./examples/Rn071/ios/DerivedData/Build/Products/Release-iphonesimulator/
ls -la ./examples/Rn071/ios/DerivedData/Build/Products
ls -la ./examples/Rn071/ios/DerivedData
ls -la DerivedData
ls -la DerivedData/Build/Products
ls -la ./examples/Rn071
ls -la ./examples/Rn071/ios
- uses: mobile-dev-inc/action-maestro-cloud@v1.4.0
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: ./examples/Rn071/ios/DerivedData/Build/Products/Release-iphonesimulator/Rn071.app
mapping-file: ./examples/Rn071/ios/DerivedData/Build/Products/Release-iphonesimulator/Rn071.app/Rn071.dSYM
app-file: DerivedData/Build/Products/Debug-iphonesimulator/Rn071.app

- name: Upload logs when workflow failed
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a3897d5

Please sign in to comment.