Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Drop path from download-artifact (#493)
Browse files Browse the repository at this point in the history
The path creates a subdirectory to host the artifact

Co-authored-by: Aaron Lane <2400330-aaron-lane@users.noreply.gitlab.com>
  • Loading branch information
aaron-lane and Aaron Lane authored Jan 22, 2023
1 parent 1db250e commit 463ec19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 463ec19

Please sign in to comment.