Skip to content

Commit de8defe

Browse files
authored
Merge pull request #3085 from dennisameling/remove-gcm-core-workaround
git-artifacts: Update ARM64 GCM Core workaround
2 parents 964fdfa + efa8abe commit de8defe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/git-artifacts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ jobs:
392392
if: matrix.arch.arm64 == true
393393
shell: bash
394394
run: |
395-
printf '%s\n' '#!/bin/sh' 'exec /mingw32/libexec/git-core/git-credential-manager-core.exe "$@"' > arm64/bin/git-credential-manager-core
396-
chmod +x arm64/bin/git-credential-manager-core
395+
printf '%s\n' '#!/bin/sh' 'exec /mingw32/libexec/git-core/git-credential-manager-core.exe "$@"' > arm64/libexec/git-core/git-credential-manager-core
396+
chmod +x arm64/libexec/git-core/git-credential-manager-core
397397
- name: Clone and update build-extra
398398
if: env.SKIP != 'true'
399399
shell: bash

0 commit comments

Comments
 (0)