mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: changing push action - fix6 [skip ci]
This commit is contained in:
parent
bdc7ebf0fb
commit
7d051f1093
|
@ -42,14 +42,14 @@ 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
|
||||||
files_to_copy=('LICENSE' 'README.md' 'other_licenses.txt')
|
files_to_copy=('LICENSE' 'README.md' 'other_licenses.txt' 'net.retrodeck.retrodeck.yml')
|
||||||
for file in "${files_to_copy[@]}"; do
|
for file in "${files_to_copy[@]}"; do
|
||||||
if ! cp -fv "$gits_folder/RetroDECK/$file" "$gits_folder/flathub"; then
|
if ! cp -fv "$gits_folder/RetroDECK/$file" "$gits_folder/flathub"; then
|
||||||
echo "Warning: $file not found in $gits_folder/RetroDECK"
|
echo "Warning: $file not found in $gits_folder/RetroDECK"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
cd "$gits_folder/flathub" || exit 1
|
cd "$gits_folder/flathub" && echo "Moving in $gits_folder/flathub" || exit 1
|
||||||
ls -lah
|
ls -lah
|
||||||
|
|
||||||
# Creating the manifest for flathub
|
# Creating the manifest for flathub
|
||||||
|
|
Loading…
Reference in a new issue