CI: upload the srcinfo before uploading the rest
to make it easier to debug
This commit is contained in:
parent
6af3c1f9d9
commit
64c2973c63
7
.github/workflows/generate-srcinfo.yml
vendored
7
.github/workflows/generate-srcinfo.yml
vendored
@ -48,6 +48,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
msys2-srcinfo-cache --time-limit 19800 msys '${{ steps.msys2.outputs.msys2-location }}' . srcinfo.json.gz
|
msys2-srcinfo-cache --time-limit 19800 msys '${{ steps.msys2.outputs.msys2-location }}' . srcinfo.json.gz
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: result-win-srcinfo
|
||||||
|
path: |
|
||||||
|
srcinfo.json.gz
|
||||||
|
|
||||||
- name: Update the PyPI cache
|
- name: Update the PyPI cache
|
||||||
run: |
|
run: |
|
||||||
msys2-pypi-cache srcinfo.json.gz pypi.json.gz
|
msys2-pypi-cache srcinfo.json.gz pypi.json.gz
|
||||||
@ -60,7 +66,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: result-win
|
name: result-win
|
||||||
path: |
|
path: |
|
||||||
srcinfo.json.gz
|
|
||||||
pypi.json.gz
|
pypi.json.gz
|
||||||
sbom.cdx.json
|
sbom.cdx.json
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user