gauntlet-cswimr-plugins/.forgejo/workflows/actions.yaml
cswimr 0b30f55017
All checks were successful
Actions / Build Plugins (push) Successful in 20s
fix artifact creation and remove redundant step
2024-12-23 01:43:48 -05:00

28 lines
599 B
YAML

name: Actions
on:
push:
branches:
- '*'
- '!gauntlet/release'
pull_request:
branches:
- main
jobs:
build:
name: Build Plugins
runs-on: docker
container: www.coastalcommits.com/cswimr/actions:yarn
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build plugins
run: yarn run build
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: plugins-build
path: dist/