Skip to content

Commit f9fcec2

Browse files
committed
Remove git add
1 parent da90aa7 commit f9fcec2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/macos.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
run: git config --global user.name "Robbot"
5252
- name: Set email
5353
run: git config --global user.email "robbot2019@robdangero.us"
54-
- name: Add binary
55-
run: git -C KhaTools_macos_arm64 add .
5654
- name: Commit binary
5755
id: commit
5856
continue-on-error: true
@@ -119,8 +117,6 @@ jobs:
119117
run: git config --global user.name "Robbot"
120118
- name: Set email
121119
run: git config --global user.email "robbot2019@robdangero.us"
122-
- name: Add binary
123-
run: git -C KhaTools_macos_x64 add .
124120
- name: Commit binary
125121
id: commit
126122
continue-on-error: true

0 commit comments

Comments
 (0)