|
65 | 65 | ~/.ppkg/uppm/installed/gsed/bin/gsed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uppm.yml
|
66 | 66 |
|
67 | 67 | - run: ./ppkg install netbsd-${{ matrix.target-version }}-amd64/uppm --static
|
68 |
| - - run: ./ppkg bundle netbsd-${{ matrix.target-version }}-amd64/uppm |
| 68 | + - run: ./ppkg bundle netbsd-${{ matrix.target-version }}-amd64/uppm .tar.xz |
69 | 69 |
|
70 | 70 | - uses: actions/upload-artifact@v4
|
71 | 71 | with:
|
|
95 | 95 | ~/.ppkg/uppm/installed/gsed/bin/gsed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uppm.yml
|
96 | 96 |
|
97 | 97 | - run: ./ppkg install openbsd-${{ matrix.target-version }}-amd64/uppm
|
98 |
| - - run: ./ppkg bundle openbsd-${{ matrix.target-version }}-amd64/uppm |
| 98 | + - run: ./ppkg bundle openbsd-${{ matrix.target-version }}-amd64/uppm .tar.xz |
99 | 99 |
|
100 | 100 | - uses: actions/upload-artifact@v4
|
101 | 101 | with:
|
@@ -124,7 +124,7 @@ jobs:
|
124 | 124 | ~/.ppkg/uppm/installed/gsed/bin/gsed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uppm.yml
|
125 | 125 |
|
126 | 126 | - run: ./ppkg install freebsd-${{ matrix.target-version }}-amd64/uppm --static
|
127 |
| - - run: ./ppkg bundle freebsd-${{ matrix.target-version }}-amd64/uppm |
| 127 | + - run: ./ppkg bundle freebsd-${{ matrix.target-version }}-amd64/uppm .tar.xz |
128 | 128 |
|
129 | 129 | - uses: actions/upload-artifact@v4
|
130 | 130 | with:
|
@@ -154,7 +154,7 @@ jobs:
|
154 | 154 | ~/.uppm/installed/gsed/bin/gsed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.xcpkg/repos.d/official-core/formula/uppm.yml
|
155 | 155 |
|
156 | 156 | - run: ./xcpkg install MacOSX/${{ matrix.target-version }}/${{ matrix.target-arch }}/uppm
|
157 |
| - - run: ./xcpkg bundle MacOSX/${{ matrix.target-version }}/${{ matrix.target-arch }}/uppm |
| 157 | + - run: ./xcpkg bundle MacOSX/${{ matrix.target-version }}/${{ matrix.target-arch }}/uppm .tar.xz |
158 | 158 |
|
159 | 159 | - uses: actions/upload-artifact@v4
|
160 | 160 | with:
|
@@ -185,7 +185,7 @@ jobs:
|
185 | 185 | sed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uppm.yml
|
186 | 186 |
|
187 | 187 | - run: ./ppkg install uppm --static
|
188 |
| - - run: ./ppkg bundle uppm |
| 188 | + - run: ./ppkg bundle uppm .tar.xz |
189 | 189 |
|
190 | 190 | - uses: actions/upload-artifact@v4
|
191 | 191 | with:
|
@@ -230,7 +230,7 @@ jobs:
|
230 | 230 | sed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uppm.yml
|
231 | 231 |
|
232 | 232 | run ./ppkg install uppm --static
|
233 |
| - run ./ppkg bundle uppm |
| 233 | + run ./ppkg bundle uppm .tar.xz |
234 | 234 | EOF
|
235 | 235 |
|
236 | 236 | chmod +x run.sh
|
@@ -284,7 +284,7 @@ jobs:
|
284 | 284 | sed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uppm.yml
|
285 | 285 |
|
286 | 286 | run ./ppkg install uppm --static
|
287 |
| - run ./ppkg bundle uppm |
| 287 | + run ./ppkg bundle uppm .tar.xz |
288 | 288 | EOF
|
289 | 289 |
|
290 | 290 | chmod +x run.sh
|
@@ -338,7 +338,7 @@ jobs:
|
338 | 338 | sed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uppm.yml
|
339 | 339 |
|
340 | 340 | run ./ppkg install uppm --static
|
341 |
| - run ./ppkg bundle uppm |
| 341 | + run ./ppkg bundle uppm .tar.xz |
342 | 342 | EOF
|
343 | 343 |
|
344 | 344 | chmod +x run.sh
|
@@ -393,7 +393,7 @@ jobs:
|
393 | 393 | sed -i "/git-url/a git-sha: ${{ needs.check.outputs.git-sha }}" ~/.ppkg/repos.d/official-core/formula/uppm.yml
|
394 | 394 |
|
395 | 395 | run ./ppkg install uppm --static
|
396 |
| - run ./ppkg bundle uppm |
| 396 | + run ./ppkg bundle uppm .tar.xz |
397 | 397 | EOF
|
398 | 398 |
|
399 | 399 | chmod +x run.sh
|
|
0 commit comments