Skip to content

Commit

Permalink
Merge pull request #190 from mindvalley/chore/download-to-specific-fo…
Browse files Browse the repository at this point in the history
…lder

Add artifact download path to release workflow
  • Loading branch information
onimsha authored Jan 22, 2024
2 parents 015819d + 059125a commit e5cb8c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,11 @@ jobs:
- uses: actions/checkout@v3

- uses: actions/download-artifact@v4
with:
path: ./artifacts

- name: Display structure of downloaded files
run: ls -R
run: ls -R ./artifacts

- name: Set TAG_NAME
run: |
Expand Down

0 comments on commit e5cb8c5

Please sign in to comment.