Skip to content

Create a new panel for camera options + add new Camera Collision setting #24

Create a new panel for camera options + add new Camera Collision setting

Create a new panel for camera options + add new Camera Collision setting #24

Workflow file for this run

name: CI-PR
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install and run Luacheck
uses: nebularg/actions-luacheck@v1
with:
args: "--no-color -q"
annotate: warning
- name: Create Retail Package
uses: BigWigsMods/packager@master
with:
args: -d -z
- uses: actions/upload-artifact@v2
with:
name: AIO-PR${{ github.event.number }}
path: .release/
- name: Create Classic Package
uses: BigWigsMods/packager@master
with:
args: -d -z -g classic
- uses: actions/upload-artifact@v2
with:
name: AIO-PR${{ github.event.number }}-classic
path: .release/
- name: Create Cata Package
uses: BigWigsMods/packager@master
with:
args: -d -z -g cata
- uses: actions/upload-artifact@v2
with:
name: AIO-PR${{ github.event.number }}-cata
path: .release/