Evilness
This commit is contained in:
parent
6e1bbbaedc
commit
6f56208348
1 changed files with 6 additions and 7 deletions
|
@ -36,18 +36,16 @@ jobs:
|
|||
- name: Publish Luau Target
|
||||
run: pesde publish -y
|
||||
|
||||
- name: Manifest Switcharoo
|
||||
# Much hacky, much evil
|
||||
- name: Publish Roblox Target
|
||||
run: |
|
||||
mv pesde.toml pesde-luau.toml
|
||||
mv pesde-rbx.toml pesde.toml
|
||||
|
||||
- name: Publish Roblox Target
|
||||
run: pesde publish -y
|
||||
|
||||
- name: Manifest Switcharoo
|
||||
run: |
|
||||
pesde install
|
||||
pesde publish -y
|
||||
mv pesde.toml pesde-rbx.toml
|
||||
mv pesde-luau.toml pesde.toml
|
||||
pesde install
|
||||
|
||||
- name: Read Jecs Version
|
||||
id: read_jecs_version
|
||||
|
@ -56,6 +54,7 @@ jobs:
|
|||
echo "JECS_VERSION=$version" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Create Pull Request
|
||||
id: create_pull_request
|
||||
uses: https://git.devmarked.win/actions/create-pull-request@7174d368c2e4450dea17b297819eb28ae93ee645
|
||||
with:
|
||||
title: Sync to upstream Jecs ${{ steps.read_jecs_version.outputs.JECS_VERSION }}
|
||||
|
|
Loading…
Reference in a new issue