Skip to content

Adding Optimize-Bedrock #137

Adding Optimize-Bedrock

Adding Optimize-Bedrock #137

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🛠 Run the build script
shell: pwsh
run: |
./buildMaster.ps1 -Write | Set-Content ./Master.ps1
./buildManifests.ps1
- name: 🌊 Commit the new 'compiled' build
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Autobuild
# - name: 🌊 Upload new build to Releases
# uses: marvinpinto/action-automatic-releases@latest
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# automatic_release_tag: nightly
# prerelease: false
# title: TweakList AutoBuild
# files: Master.ps1