Save CI build
Some checks failed
Audit / Audit (push) Failing after 9s
Push / Lint (push) Failing after 8s
Push / Build (push) Failing after 8s

This commit is contained in:
Michael Bradley 2025-02-23 07:43:22 -05:00
parent 5ad0c98252
commit 6d49de0421
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -33,3 +33,8 @@ jobs:
run: yarn install run: yarn install
- name: Build - name: Build
run: yarn build run: yarn build
- name: Save build
uses: forgejo/upload-artifact@v4
with:
name: webroot
path: dist/prod