From e040e57c9175f5eaf0dca3d8838396e5d88aea18 Mon Sep 17 00:00:00 2001 From: Amit Zafran Date: Mon, 25 Mar 2024 11:45:29 +0200 Subject: [PATCH] upload pattern --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 571fd9b6ef..46f67baf05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,12 +27,12 @@ jobs: uses: goreleaser/goreleaser-action@v5 with: version: latest - args: build --snapshot --clean + args: build --snapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # - name: Upload Artifacts - # uses: actions/upload-artifact@v4 - # with: - # name: ${{ matrix.binary }}-${{ fromJson(steps.releaser.outputs.metadata).tag }}-${{ fromJson(steps.releaser.outputs.metadata).runtime.goos }}-${{ fromJson(steps.releaser.outputs.metadata).runtime.goarch }} - # path: cmd/${{ matrix.binary }}/dist/* + - name: Upload Artifacts + uses: actions/upload-artifact@v4 + with: + name: lava-binaries + path: dist/**/*