Skip to content

Fix SHA512 generation path and update release body #59

Fix SHA512 generation path and update release body

Fix SHA512 generation path and update release body #59

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Build CSS
run: npm run build
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: css-build
path: .