From 6b75976bb1ce5a12d0712b3f727e8d2b6533d107 Mon Sep 17 00:00:00 2001 From: Matej Novotny <manovotn@redhat.com> Date: Mon, 1 Jul 2024 17:31:27 +0200 Subject: [PATCH] f --- .github/workflows/ci-actions.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 4b3e6ec1c3..9056d1a86d 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -491,11 +491,8 @@ jobs: run: | cd build gradle -PweldVersion=6.0.0.Beta1 -PweldPath=${GITHUB_WORKSPACE} - - name: Prepare dist - shell: bash - run: find . -name 'weld-*' -type d | tar -czf dist.tgz -T - - - name: Upload dist + - name: Upload dist ZIP file uses: actions/upload-artifact@v4 with: - name: generated-dist - path: 'dist.tgz' \ No newline at end of file + name: dist + path: ./build/*.zip \ No newline at end of file