Skip to content

Commit

Permalink
Update rom_dumper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyO0Sam authored Sep 15, 2024
1 parent d2cc4e7 commit 1f09a29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rom_dumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ jobs:
find /home/Auto-Dumper/DumprX/out -type f -size +50M -delete -exec echo "Deleted: "{} \;
dat=$(date +%Y%m%d)
git init
git branch -M dump-"$codename"-"$dat"
git add .
git commit -s -m "Dump for $brand $codename"
gh repo create dump_"$brand"_"$codename" --public --description="Dump for $brand $codename " --source=. --remote=origin --push
# git branch -M dump-"$codename"-"$dat"
# git add .
# git commit -s -m "Dump for $brand $codename"
# gh repo create dump_"$brand"_"$codename" --public --description="Dump for $brand $codename " --source=. --remote=origin --push
cd /home/Auto-Dumper
mkdir vnd_project
mkdir vnd_project/dump
Expand Down

0 comments on commit 1f09a29

Please sign in to comment.