Skip to content

Commit

Permalink
Updated dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgormly committed Nov 14, 2024
1 parent 7049303 commit 7219f9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ jobs:
ls -lha
- name: Prepare artifacts for release
run: |
cd bin
chmod +x artifacts/*/baobud-*
for dir in */; do
mv "$dir"/* ../bin/
for dir in artifacts/*/; do
mv "$dir"/* bin/
- name: Generate checksums
run: |
Expand Down

0 comments on commit 7219f9d

Please sign in to comment.