From c18b1b0fb6b71155c39597c82fa3e6cf55e4ffe2 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Mon, 3 Apr 2023 10:13:27 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f596d3e..80de39c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,12 +12,19 @@ jobs: node-version: 18 - run: npm install - run: npm run build + - uses: actions/upload-artifact@v3 + with: + name: output + path: .output Deploy: runs-on: ubuntu-docker steps: - uses: actions/checkout@v3 + - uses: actions/download-artifact@v3 + with: + name: output - uses: docker/setup-qemu-action@v2 - uses: docker/setup-buildx-action@v2 with: