diff --git a/.github/workflows/copy-content.yml b/.github/workflows/copy-content.yml index fcaaa81d..c24ba2dd 100644 --- a/.github/workflows/copy-content.yml +++ b/.github/workflows/copy-content.yml @@ -93,6 +93,7 @@ jobs: id: changed run: | cd destination + git diff git diff --quiet . || echo "changed=true" >> $GITHUB_OUTPUT - name: Commit and push changes diff --git a/.github/workflows/update_zds_android.yml b/.github/workflows/update_zds_android.yml index ba55f54d..9ce94674 100644 --- a/.github/workflows/update_zds_android.yml +++ b/.github/workflows/update_zds_android.yml @@ -14,7 +14,7 @@ jobs: with: repo: ZebraDevs/zds-android branch: "update-zeta-icons" - source_dir: "./outputs/android/." + source_dir: "outputs/android" destination_dir: "components/src/main/res/drawable" commit_msg: "Update icons" prerun: rm -f components/src/main/res/drawable/ic_*.xml