From 463ec1936f212ea4fb9a227ab3d305d19a37966c Mon Sep 17 00:00:00 2001 From: Aaron Lane <10655063+aaron-lane@users.noreply.github.com> Date: Sun, 22 Jan 2023 17:42:27 -0500 Subject: [PATCH] Drop path from download-artifact (#493) The path creates a subdirectory to host the artifact Co-authored-by: Aaron Lane <2400330-aaron-lane@users.noreply.gitlab.com> --- .github/workflows/delivery.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/delivery.yml b/.github/workflows/delivery.yml index 963edf828..c3cb2ac7d 100644 --- a/.github/workflows/delivery.yml +++ b/.github/workflows/delivery.yml @@ -92,7 +92,6 @@ jobs: uses: actions/download-artifact@v3 with: name: ruby-gem - path: kitchen-terraform.gem - name: Install Ruby Gems run: gem install --conservative --minimal-deps --verbose kitchen-terraform.gem rake - name: Setup Terraform