Skip to content

build(zip.yml): i give up if this does not work #10

build(zip.yml): i give up if this does not work

build(zip.yml): i give up if this does not work #10

Workflow file for this run

name: Build and Collect ZIP
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Upload ZIP artifact
uses: actions/upload-artifact@v4
with:
name: 01KSU_INST-KSU
path: |
dist/01KSU_INST-KSU/