Skip to content

scuffed workaround for smoothie scoop installation #157

scuffed workaround for smoothie scoop installation

scuffed workaround for smoothie scoop installation #157

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 | ConvertTo-Json -Depth 5 | Set-Content ./Manifests.json
- 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