Skip to content

refactor(zip.yml): trying a different approach by moving the directory #14

refactor(zip.yml): trying a different approach by moving the directory

refactor(zip.yml): trying a different approach by moving the directory #14

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: Stage output folder
run: |
rm -rf staging
mkdir -p staging
mv dist/01KSU_INST-KSU staging/
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: 01KSU_INST-KSU
path: staging/