Skip to content

Commit

Permalink
Add artifact download path to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
onimsha committed Jan 22, 2024
1 parent 015819d commit 059125a
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 059125a

Please sign in to comment.