WORKFLOW: changing push action - fix6 [skip ci]

This commit is contained in:
XargonWan 2025-02-03 11:35:35 +09:00
parent c40b260f40
commit bdc7ebf0fb

View file

@ -38,7 +38,7 @@ cd "$gits_folder/flathub" && echo "Moving in $gits_folder/flathub" || exit 1
git checkout -b "$relname" git checkout -b "$relname"
echo "Current directory: $(pwd)" echo "Current directory: $(pwd)"
ls -lah ls -lah
git rm -rfv * git rm -rf *
git clean -fxd # restroing git index git clean -fxd # restroing git index
# Copying only a few files as the others are cloned by git in retrodeck.sh # Copying only a few files as the others are cloned by git in retrodeck.sh