Skip to content

Commit

Permalink
quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaPIE committed Aug 18, 2024
1 parent a88ec89 commit 4345a10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,16 @@ jobs:
mkdir mobile && rsync -av --exclude='mobile' . mobile/
mkdir standard && rsync -av --exclude='standard' --exclude='mobile' . standard/
cd ./mobile/Mods
pushd ./mobile/Mods
mv mobile_patches/mobile-patch ./
rsync -av mobile_patches/patched-shaders/* ./
rm -rf mobile_patches
popd
pushd ./standard
rm -rf Mods/mobile_patches
rm -rf resources/shaders
- name: Upload standard artifact
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion _repos/Betmma
2 changes: 1 addition & 1 deletion _repos/BonusBlinds

0 comments on commit 4345a10

Please sign in to comment.