Skip to content

ci: added release-please #8

ci: added release-please

ci: added release-please #8

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
ui:
name: UI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
./build.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: dist-${{ github.sha }}
path: dist
retention-days: 7