Skip to content

Commit 26ecfb3

Browse files
committed
fixup! fixup! release: add Mac OSX installer build
We're not using quotes around simple string values like 'git' in other places.. let's be consistent. Signed-off-by: Matthew John Cheetham <[email protected]>
1 parent 56dc3ef commit 26ecfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390
- name: Check out repository
391391
uses: actions/checkout@v4
392392
with:
393-
path: 'git'
393+
path: git
394394

395395
- name: Install Git dependencies
396396
run: |

0 commit comments

Comments
 (0)