From 1c818a32d5159953200d9dfe2d58dbc518a89388 Mon Sep 17 00:00:00 2001 From: Yehor Dreval Date: Fri, 1 Dec 2023 11:58:00 +0100 Subject: [PATCH] upd zad5 --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fbf7d3d..28334b1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: matrix: rid: ["win-x64", "linux-x64"] outputs: - id: ${{ matrix.rid }}-output + rid: ${{ matrix.rid }}-output steps: - name: Checkout code uses: actions/checkout@v4 @@ -38,5 +38,5 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v2 with: - name: ${{ needs.build.outputs.id }} - path: ${{ needs.build.outputs['publish.outputs.artifact-path'] }} + name: ${{ needs.build.outputs.rid }} + path: ${{ needs.build.outputs['publish.artifact-path'] }}