We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780040e commit a1509e6Copy full SHA for a1509e6
.github/workflows/macos.yml
@@ -26,8 +26,6 @@ jobs:
26
run: git config --global user.name "Robbot"
27
- name: Set email
28
run: git config --global user.email "robbot2019@robdangero.us"
29
- - name: Git add
30
- run: git -C KoreTools_macos_x64 add .
31
- name: Commit binary
32
id: commit
33
continue-on-error: true
@@ -69,8 +67,6 @@ jobs:
69
67
70
68
71
72
73
- run: git -C KoreTools_macos_arm64 add .
74
75
76
0 commit comments