Skip to content

Commit

Permalink
avoid subdirs
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
jflo committed Mar 1, 2024
1 parent 1aca735 commit 9fe2115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
with:
pattern: besu-*.zip
merge-multiple: true
- name: test Besu
run: |
mkdir besu-tmp
dir
unzip besu-*.zip -d besu-tmp
cd besu-tmp
Expand Down

0 comments on commit 9fe2115

Please sign in to comment.