diff --git a/.github/workflows/grub.yml b/.github/workflows/grub.yml index f39e1b07..d1b2e072 100644 --- a/.github/workflows/grub.yml +++ b/.github/workflows/grub.yml @@ -39,9 +39,6 @@ jobs: if: success() && inputs.push == true run: | if [ -f "grub.img.gz" ]; then - echo "Copy img ..." - mv -f grub.img.gz files/initrd/opt/arc/grub.img.gz - echo "Git push ..." git pull status=$(git status -s | grep -E 'grub.img.gz' | awk '{printf " %s", $2}')