From 2a0c50819aa2e57e7b9f614ba543b1d07f206a53 Mon Sep 17 00:00:00 2001 From: Yehor Dreval Date: Fri, 1 Dec 2023 11:56:46 +0100 Subject: [PATCH] zad5 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ae7a442..fbf7d3d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: ${{ needs.build.outputs.id }} - path: ${{ needs.build.outputs.artifact-path }} + path: ${{ needs.build.outputs['publish.outputs.artifact-path'] }}