summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 70ed09c..97bfc24 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,28 +17,28 @@ jobs:
17 run: | 17 run: |
18 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV 18 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
19 - name: fetch libplist 19 - name: fetch libplist
20 uses: dawidd6/action-download-artifact@v3 20 uses: dawidd6/action-download-artifact@v6
21 with: 21 with:
22 github_token: ${{secrets.GITHUB_TOKEN}} 22 github_token: ${{secrets.GITHUB_TOKEN}}
23 workflow: build.yml 23 workflow: build.yml
24 name: libplist-latest_${{env.target_triplet}} 24 name: libplist-latest_${{env.target_triplet}}
25 repo: libimobiledevice/libplist 25 repo: libimobiledevice/libplist
26 - name: fetch libusbmuxd 26 - name: fetch libusbmuxd
27 uses: dawidd6/action-download-artifact@v3 27 uses: dawidd6/action-download-artifact@v6
28 with: 28 with:
29 github_token: ${{secrets.GITHUB_TOKEN}} 29 github_token: ${{secrets.GITHUB_TOKEN}}
30 workflow: build.yml 30 workflow: build.yml
31 name: libusbmuxd-latest_${{env.target_triplet}} 31 name: libusbmuxd-latest_${{env.target_triplet}}
32 repo: libimobiledevice/libusbmuxd 32 repo: libimobiledevice/libusbmuxd
33 - name: fetch libimobiledevice-glue 33 - name: fetch libimobiledevice-glue
34 uses: dawidd6/action-download-artifact@v3 34 uses: dawidd6/action-download-artifact@v6
35 with: 35 with:
36 github_token: ${{secrets.GITHUB_TOKEN}} 36 github_token: ${{secrets.GITHUB_TOKEN}}
37 workflow: build.yml 37 workflow: build.yml
38 name: libimobiledevice-glue-latest_${{env.target_triplet}} 38 name: libimobiledevice-glue-latest_${{env.target_triplet}}
39 repo: libimobiledevice/libimobiledevice-glue 39 repo: libimobiledevice/libimobiledevice-glue
40 - name: fetch libimobiledevice 40 - name: fetch libimobiledevice
41 uses: dawidd6/action-download-artifact@v3 41 uses: dawidd6/action-download-artifact@v6
42 with: 42 with:
43 github_token: ${{secrets.GITHUB_TOKEN}} 43 github_token: ${{secrets.GITHUB_TOKEN}}
44 workflow: build.yml 44 workflow: build.yml
@@ -84,28 +84,28 @@ jobs:
84 fi 84 fi
85 shell: bash 85 shell: bash
86 - name: fetch libplist 86 - name: fetch libplist
87 uses: dawidd6/action-download-artifact@v3 87 uses: dawidd6/action-download-artifact@v6
88 with: 88 with:
89 github_token: ${{secrets.GITHUB_TOKEN}} 89 github_token: ${{secrets.GITHUB_TOKEN}}
90 workflow: build.yml 90 workflow: build.yml
91 name: libplist-latest_macOS 91 name: libplist-latest_macOS
92 repo: libimobiledevice/libplist 92 repo: libimobiledevice/libplist
93 - name: fetch libusbmuxd 93 - name: fetch libusbmuxd
94 uses: dawidd6/action-download-artifact@v3 94 uses: dawidd6/action-download-artifact@v6
95 with: 95 with:
96 github_token: ${{secrets.GITHUB_TOKEN}} 96 github_token: ${{secrets.GITHUB_TOKEN}}
97 workflow: build.yml 97 workflow: build.yml
98 name: libusbmuxd-latest_macOS 98 name: libusbmuxd-latest_macOS
99 repo: libimobiledevice/libusbmuxd 99 repo: libimobiledevice/libusbmuxd
100 - name: fetch libimobiledevice-glue 100 - name: fetch libimobiledevice-glue
101 uses: dawidd6/action-download-artifact@v3 101 uses: dawidd6/action-download-artifact@v6
102 with: 102 with:
103 github_token: ${{secrets.GITHUB_TOKEN}} 103 github_token: ${{secrets.GITHUB_TOKEN}}
104 workflow: build.yml 104 workflow: build.yml
105 name: libimobiledevice-glue-latest_macOS 105 name: libimobiledevice-glue-latest_macOS
106 repo: libimobiledevice/libimobiledevice-glue 106 repo: libimobiledevice/libimobiledevice-glue
107 - name: fetch libimobiledevice 107 - name: fetch libimobiledevice
108 uses: dawidd6/action-download-artifact@v3 108 uses: dawidd6/action-download-artifact@v6
109 with: 109 with:
110 github_token: ${{secrets.GITHUB_TOKEN}} 110 github_token: ${{secrets.GITHUB_TOKEN}}
111 workflow: build.yml 111 workflow: build.yml
@@ -206,28 +206,28 @@ jobs:
206 echo "dest=$dest" >> $GITHUB_ENV 206 echo "dest=$dest" >> $GITHUB_ENV
207 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV 207 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
208 - name: fetch libplist 208 - name: fetch libplist
209 uses: dawidd6/action-download-artifact@v3 209 uses: dawidd6/action-download-artifact@v6
210 with: 210 with:
211 github_token: ${{secrets.GITHUB_TOKEN}} 211 github_token: ${{secrets.GITHUB_TOKEN}}
212 workflow: build.yml 212 workflow: build.yml
213 name: libplist-latest_${{ matrix.arch }}-${{ env.dest }} 213 name: libplist-latest_${{ matrix.arch }}-${{ env.dest }}
214 repo: libimobiledevice/libplist 214 repo: libimobiledevice/libplist
215 - name: fetch libusbmuxd 215 - name: fetch libusbmuxd
216 uses: dawidd6/action-download-artifact@v3 216 uses: dawidd6/action-download-artifact@v6
217 with: 217 with:
218 github_token: ${{secrets.GITHUB_TOKEN}} 218 github_token: ${{secrets.GITHUB_TOKEN}}
219 workflow: build.yml 219 workflow: build.yml
220 name: libusbmuxd-latest_${{ matrix.arch }}-${{ env.dest }} 220 name: libusbmuxd-latest_${{ matrix.arch }}-${{ env.dest }}
221 repo: libimobiledevice/libusbmuxd 221 repo: libimobiledevice/libusbmuxd
222 - name: fetch libimobiledevice-glue 222 - name: fetch libimobiledevice-glue
223 uses: dawidd6/action-download-artifact@v3 223 uses: dawidd6/action-download-artifact@v6
224 with: 224 with:
225 github_token: ${{secrets.GITHUB_TOKEN}} 225 github_token: ${{secrets.GITHUB_TOKEN}}
226 workflow: build.yml 226 workflow: build.yml
227 name: libimobiledevice-glue-latest_${{ matrix.arch }}-${{ env.dest }} 227 name: libimobiledevice-glue-latest_${{ matrix.arch }}-${{ env.dest }}
228 repo: libimobiledevice/libimobiledevice-glue 228 repo: libimobiledevice/libimobiledevice-glue
229 - name: fetch libimobiledevice 229 - name: fetch libimobiledevice
230 uses: dawidd6/action-download-artifact@v3 230 uses: dawidd6/action-download-artifact@v6
231 with: 231 with:
232 github_token: ${{secrets.GITHUB_TOKEN}} 232 github_token: ${{secrets.GITHUB_TOKEN}}
233 workflow: build.yml 233 workflow: build.yml