Remove actions workflow

This commit is contained in:
RedBigz 2024-06-12 18:19:56 +10:00
parent f4eb4f6a06
commit 920a672bce

View File

@ -1,26 +0,0 @@
# This defines the name of the workflow as it will appear in the "Actions" tab of the GitHub repository.
name: 'Builder'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
# The `jobs` key groups together all the jobs that run in the workflow file.
jobs:
package:
name: "Package as Thunderstore ZIP"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Packager
run: |
chmod +x ./build.sh
./build.sh