Evil multitargetting
This commit is contained in:
parent
f9edec572a
commit
9bed4a8cb1
4 changed files with 54 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Release
|
||||
name: Sync & Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -6,8 +6,8 @@ on:
|
|||
- cron: "10 0 * * *" # Runs at 00:10 UTC every day
|
||||
|
||||
jobs:
|
||||
release:
|
||||
name: Sync
|
||||
sync_and_release:
|
||||
name: Sync & Release
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-24.04
|
||||
|
@ -79,11 +79,6 @@ jobs:
|
|||
- name: Release
|
||||
run: lune run src/init -- release jecs --pesde-scope marked/jecs_nightly --wally-scope mark-marks/jecs-nightly
|
||||
|
||||
- name: Cleanup
|
||||
run: |
|
||||
rm -rf luau-install
|
||||
rm jecs_nightly.rbxm
|
||||
|
||||
- name: Create Pull Request
|
||||
id: create_pull_request
|
||||
uses: https://git.devmarked.win/actions/create-pull-request@7174d368c2e4450dea17b297819eb28ae93ee645
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue