Skip to content

Commit

Permalink
test build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karolszafranski committed Dec 19, 2024
1 parent 54356dc commit eae8e1e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ios-app-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ jobs:
run: |
mkdir -p artifacts
printenv | grep GITHUB_ > artifacts/env-gha
cp -R \
"$(find . -iname "*.app.dSYM")" \
"$(find . -iname "*.ipa")" \
artifacts
find . \( -iname "*.app.dSYM" -o -iname "*.ipa" \) -exec cp -R {} artifacts/ \;
tar cf artifacts.tar artifacts
- name: Archive metadata
Expand Down

0 comments on commit eae8e1e

Please sign in to comment.