This commit is contained in:
marked 2025-03-02 20:01:03 +01:00
parent e5aed7dd29
commit 619ac8b64a
4 changed files with 21 additions and 6 deletions

View file

@ -79,8 +79,10 @@ jobs:
- name: Release
run: lune run src/init -- release jecs --pesde-scope marked/jecs_nightly --wally-scope mark-marks/jecs-nightly
- name: Cleanup Luau
run: rm -rf luau-install
- name: Cleanup
run: |
rm -rf luau-install
rm jecs_nightly.rbxm
- name: Create Pull Request
id: create_pull_request