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.
2 parents def4cfc + dc76457 commit 8b8cd53Copy full SHA for 8b8cd53
.github/workflows/git-artifacts.yml
@@ -385,7 +385,7 @@ jobs:
385
path: ${{github.workspace}}/arm64
386
# Workaround for Git Credential Manager Core on ARM64: https://github.com/git-for-windows/git/issues/3015
387
- name: Create git-credential-manager-core wrapper for ARM64
388
- if: matrix.arch.arm64 == true
+ if: env.SKIP != 'true' && matrix.arch.arm64 == true
389
shell: bash
390
run: |
391
printf '%s\n' '#!/bin/sh' 'exec /mingw32/libexec/git-core/git-credential-manager-core.exe "$@"' > arm64/libexec/git-core/git-credential-manager-core
0 commit comments