Skip to content

Commit

Permalink
mkdir dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Oct 29, 2024
1 parent 1244b38 commit 944ba5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:

- name: Prepare content...
run: |
mv bin/qob dist
mkdir dist
mv bin/qob dist/qob
mv lisp dist
mv LICENSE dist
mv README.md dist
Expand Down

0 comments on commit 944ba5b

Please sign in to comment.