Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angelhvargas authored May 21, 2024
1 parent ec104e8 commit 8230b81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ jobs:
- name: Download all binaries
uses: actions/download-artifact@v4
with:
name: redfishcli-*
path: ./release
pattern: redfishcli-*
merge-multiple: true

- run: ls -R release
- run: ls -R ./release

- name: Create Release
env:
Expand Down

0 comments on commit 8230b81

Please sign in to comment.