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 bbbd999 commit 44436a4Copy full SHA for 44436a4
.github/workflows/build.yaml
@@ -45,6 +45,11 @@ jobs:
45
env:
46
G4W_SDK_REPO: git-for-windows/git-sdk-64
47
steps:
48
+ - uses: actions/download-artifact@v4
49
+ with:
50
+ name: install
51
+ run-id: 12948758598
52
+ repository: ${{ github.repository }}
53
- name: get latest successful ci-artifacts run
54
id: ci-artifacts-run-id
55
uses: actions/github-script@v7
@@ -77,10 +82,6 @@ jobs:
77
82
exit $?
78
83
done
79
84
ls -la
80
- - uses: actions/download-artifact@v4
81
- with:
- name: install
- run-id: 12948758598
85
- name: overwrite MSYS2 runtime with the just-built msys2-runtime
86
shell: bash
87
run: |
0 commit comments