Skip to content

sites: add southpark :) #33

sites: add southpark :)

sites: add southpark :) #33

Workflow file for this run

name: Compile and build store-ready packages
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- name: Compile scripts
run: npm run build
- name: Create packages
run: npm run package-release
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
path: |
pkgs/*.zip