From 3788137aaed106d5205a6487a2aabc0d2a966e35 Mon Sep 17 00:00:00 2001 From: amitz Date: Sun, 24 Mar 2024 17:35:07 +0200 Subject: [PATCH] artifactgs --- .github/workflows/lava.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lava.yml b/.github/workflows/lava.yml index e52cb504b4..8e60bbe5be 100644 --- a/.github/workflows/lava.yml +++ b/.github/workflows/lava.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: ${{ matrix.binary }}-${{ fromJson(steps.releaser.outputs.metadata).tag }}-${{ fromJson(steps.releaser.outputs.metadata).goos }}-${{ fromJson(steps.releaser.outputs.metadata).goarch }} + name: ${{ matrix.binary }}-${{ fromJson(steps.releaser.outputs.metadata).tag }}-${{ fromJson(steps.releaser.outputs.artifacts).goos }}-${{ fromJson(steps.releaser.outputs.artifacts).goarch }} path: cmd/${{ matrix.binary }}/${{ fromJson(steps.releaser.outputs.artifacts)[0].path }} # - name: Docker meta