Skip to content

chore(main): release 1.10.4 (#414) #2175

chore(main): release 1.10.4 (#414)

chore(main): release 1.10.4 (#414) #2175

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
ci:
name: CI/CD
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: |
./build.sh
- name: Upload artifact
uses: actions/upload-artifact@v4
id: dist-artifact
with:
name: dist-${{ github.sha }}
path: dist
retention-days: 7