Skip to content

Rework release workflows using Github runners (replacing Zig) #60

Rework release workflows using Github runners (replacing Zig)

Rework release workflows using Github runners (replacing Zig) #60

Workflow file for this run

name: Make ARM Plugins (Windows/macOS/Linux)
on:
push:
paths:
- .github/workflows/make-plugin-arm.yml
pull_request:
paths:
- .github/workflows/make-plugin-arm.yml
workflow_dispatch:
inputs:
version_number:
description: 'Version number'
required: true
default: '2.x.x'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Say goodbye :)
run: |
echo 'hi, i think i'm retired :)'