Skip to content

Commit

Permalink
releases.yaml: Flatten from inside releases directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Aug 20, 2024
1 parent 8b4050d commit e27bb64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Flatten all downloaded artifacts to a single directory
shell: bash
run: |
cd releases/
find . -type f -exec mv '{}' ./ \;
find . -type d -empty -delete
Expand Down

0 comments on commit e27bb64

Please sign in to comment.