Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Update CI.yml

Update CI.yml #598

Workflow file for this run

name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/workflows/setup-deps.yml
- name: Build for production
run: bun run build --configuration=production
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Build-artifacts
path: dist/