Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
remove *
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed Feb 2, 2024
1 parent 67e5592 commit ac49152
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ workflows:
# Add KlarDebug-iphonesimulator folder
exec zip -0 -qr "${BITRISE_SOURCE_DIR}/DerivedData.zip" \
"${BITRISE_SOURCE_DIR}/focus-ios/Blockzilla.xcodeproj" \
"$BITRISE_SOURCE_DIR/DerivedData/Build/Products/FocusDebug-iphonesimulator/*" \
"$BITRISE_SOURCE_DIR/DerivedData/Build/Products/*" \
"$BITRISE_SOURCE_DIR/focus-ios/focus-ios-tests/*" \
"$BITRISE_SOURCE_DIR/DerivedData/Build/Products/FocusDebug-iphonesimulator/" \
"$BITRISE_SOURCE_DIR/DerivedData/Build/Products/" \
"$BITRISE_SOURCE_DIR/focus-ios/focus-ios-tests/" \
"$BITRISE_SOURCE_DIR/focus-ios/xcodebuild.log" \
"$BITRISE_SOURCE_DIR/focus-ios/Blockzilla/" \
"$BITRISE_SOURCE_DIR/DerivedData/Build/Products/KlarDebug-iphonesimulator/*"
"$BITRISE_SOURCE_DIR/DerivedData/Build/Products/KlarDebug-iphonesimulator/"
- deploy-to-bitrise-io@2:
inputs:
- deploy_path: "${BITRISE_SOURCE_DIR}/DerivedData.zip"
Expand Down

0 comments on commit ac49152

Please sign in to comment.