From 945e9b14b8de7bd0a2fbf91ffad1fedda4eb7c4e Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 23 Dec 2024 01:38:59 -0500 Subject: [PATCH] upload build artifact in the build workflow --- .forgejo/workflows/actions.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/actions.yaml b/.forgejo/workflows/actions.yaml index 4689538..a2a29c5 100644 --- a/.forgejo/workflows/actions.yaml +++ b/.forgejo/workflows/actions.yaml @@ -26,3 +26,8 @@ jobs: run: yarn install --frozen-lockfile - name: Build plugins run: yarn run build + - name: Upload build artifact + uses: actions/upload-artifact@v3 + with: + name: plugins-build + path: .dist/