GHA/curl-for-win: upload snapshot Windows curl tool binary

These are generated for every PR and master pushes. Retain for 3 days.
Size is 1.8MB zipped per artifact. (Takes 1 second extra job time.)

Ref: #22162
Ref: 1b0e3569b3

Closes #22234
This commit is contained in:
Viktor Szakats 2026-07-01 10:38:29 +02:00
parent 8b6b0d9ee7
commit adf843fbbd
No known key found for this signature in database

View file

@ -148,6 +148,9 @@ jobs:
name: 'Windows llvm (x64)'
runs-on: ubuntu-26.04
timeout-minutes: 10
env:
CW_PKG_NODELETE: '1'
CW_PKG_FLATTEN: '1'
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
@ -171,6 +174,12 @@ jobs:
"${OCI_IMAGE_DEBIAN}" \
sh -c ./_ci-linux-debian.sh
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: 'curl-windows-snapshot-tool'
retention-days: 3
path: curl-*-*-*/curl*
win-gcc-zlibold-x64:
name: 'Windows gcc zlib-classic (x64)'
runs-on: ubuntu-26.04