Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Slluxx committed Aug 24, 2023
2 parents b3aee89 + 96e5b1b commit 8f6529c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildDev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BuildRelease
name: BuildDev

on:
push:
Expand Down
8 changes: 4 additions & 4 deletions src/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@
"name": "extract",
"arguments": [".*emuiibo.*\\.zip"]
},
{
"name": "delete",
"arguments": ["SdOut/atmosphere/contents/0100000000000352/flags/boot2.flag"]
},
{
"name": "move",
"arguments": ["SdOut/atmosphere", "atmosphere"]
Expand All @@ -236,10 +240,6 @@
{
"name": "delete",
"arguments": ["SdOut"]
},
{
"name": "delete",
"arguments": ["atmosphere/contents/0100000000000352/flags/boot2.flag"]
}
]
},
Expand Down

0 comments on commit 8f6529c

Please sign in to comment.