Skip to content

Commit a1509e6

Browse files
committed
Revert "git add"
This reverts commit 780040e.
1 parent 780040e commit a1509e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
run: git config --global user.name "Robbot"
2727
- name: Set email
2828
run: git config --global user.email "robbot2019@robdangero.us"
29-
- name: Git add
30-
run: git -C KoreTools_macos_x64 add .
3129
- name: Commit binary
3230
id: commit
3331
continue-on-error: true
@@ -69,8 +67,6 @@ jobs:
6967
run: git config --global user.name "Robbot"
7068
- name: Set email
7169
run: git config --global user.email "robbot2019@robdangero.us"
72-
- name: Git add
73-
run: git -C KoreTools_macos_arm64 add .
7470
- name: Commit binary
7571
id: commit
7672
continue-on-error: true

0 commit comments

Comments
 (0)