Skip to content

Commit 8188463

Browse files
committed
added correct wildcard
1 parent 4c13a1d commit 8188463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Configure Git
5353
run: |
54-
cp -r external-repo/Software/macrobond current-repo/AutogeneratedAPI/
54+
cp -r external-repo/Software/macrobond/. current-repo/AutogeneratedAPI/
5555
cd current-repo
5656
git config --global user.name "github-actions[bot]"
5757
git config --global user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)