From 49ac8f3afd91e692e375f06537c571bfd8f2a6f5 Mon Sep 17 00:00:00 2001 From: Freyja Odinthrir Date: Thu, 8 Feb 2024 14:29:33 -0800 Subject: [PATCH] update ci --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5d5b534..81f1359 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -70,10 +70,10 @@ jobs: name: Download artifact... uses: actions/download-artifact@v3 with: - path: /dist.7z + path: / - run: | - 7z x /dist.7z /dist; ls /dist + 7z x /build_artifact/artifact.7z /dist; ls /dist # - # name: Checkout the docker build branch... # uses: actions/checkout@v3