From c467489d49e0ad1c578299ca6e6a4562a6ce1406 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Wed, 12 Jul 2023 21:52:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e26a519..7b5481c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -36,6 +36,13 @@ jobs: run: npm ci - name: Build run: npm run build + - name: Upload Artifacts + uses: actions/upload-artifacts@v3 + with: + name: dist-files + path: | + dist + package.json - name: Deploy run: | echo Deploying...