From ddc42a52b9809106d5d1726bc88e9d50f4aa4a08 Mon Sep 17 00:00:00 2001 From: Ygal Blum Date: Mon, 29 Jan 2024 17:04:56 +0200 Subject: [PATCH] Fix release action Fix leftover copy paste string Signed-off-by: Ygal Blum --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fcca70..978ad75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: id: vers - name: Install collection - run: ansible-galaxy collection install ./infra-lvm_snapshots-${{ steps.vers.outputs.NUM }}.tar.gz -p /home/runner/collections + run: ansible-galaxy collection install ./eclipse_bluechi-bluechi-${{ steps.vers.outputs.NUM }}.tar.gz -p /home/runner/collections shell: bash working-directory: ${{ vars.GITHUB_PATH }}