Skip to content

Commit

Permalink
Update Generate Directory Pattern.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MRfantastic3DGamer authored Aug 30, 2024
1 parent 2e0a0d3 commit 5571e37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Generate Directory Pattern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
path: ./project

- name: Create Better-Tree Directory
run: mkdir -p ./better-tree
run: |
su
mkdir -p ./better-tree
- name: Get Better-Tree
run: curl -L -o better-tree https://raw.githubusercontent.com/MRfantastic3DGamer/Better-Tree/main/executables/better-tree
Expand Down

0 comments on commit 5571e37

Please sign in to comment.