File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ jobs:
250
250
id : build-artifact
251
251
shell : bash
252
252
run : |
253
+ set -x &&
253
254
case "${{ matrix.artifact }}" in
254
255
full)
255
256
git --git-dir=.sdk worktree add --detach sdk-artifact
@@ -262,7 +263,9 @@ jobs:
262
263
${{ matrix.artifact }}
263
264
;;
264
265
esac &&
265
- echo "git-version=$(sdk-artifact/cmd/git.exe version)" >>$GITHUB_OUTPUT &&
266
+ ls -la sdk-artifact/ &&
267
+ version="$(sdk-artifact/${{ matrix.arch.mingw-prefix }}/bin/git.exe version)" &&
268
+ echo "git-version=$version" >>$GITHUB_OUTPUT &&
266
269
cygpath -aw "$PWD/sdk-artifact/usr/bin/core_perl" >>$GITHUB_PATH &&
267
270
cygpath -aw "$PWD/sdk-artifact/usr/bin" >>$GITHUB_PATH &&
268
271
cygpath -aw "$PWD/sdk-artifact/${{ matrix.arch.mingw-prefix }}/bin" >>$GITHUB_PATH &&
You can’t perform that action at this time.
0 commit comments