Skip to content

Commit

Permalink
Removed action step that copied files
Browse files Browse the repository at this point in the history
  • Loading branch information
salemlf committed Feb 5, 2024
1 parent 8bdd20d commit 88684dc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,6 @@ runs:
echo "${KEYSTORE_CONTENT}" | base64 -d > keystore.jks
fi
shell: sh
- id: "COPY_FILES"
env:
ACTION_PATH: ${{ github.action_path }}
run: |
if [ diff -r -q $PWD $ACTION_PATH != 0]; then
cp -r ${ACTION_PATH}/fastlane ./
cp ${ACTION_PATH}/Gemfile ./
fi
shell: sh
- id: "INSTALL_BUNDLER_PACKAGES"
run: bundle install
shell: sh
Expand Down

0 comments on commit 88684dc

Please sign in to comment.