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: |
|
||||
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
|
||||
run: |
|
||||
msys2-pypi-cache srcinfo.json.gz pypi.json.gz
|
||||
@ -60,7 +66,6 @@ jobs:
|
||||
with:
|
||||
name: result-win
|
||||
path: |
|
||||
srcinfo.json.gz
|
||||
pypi.json.gz
|
||||
sbom.cdx.json
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user