mirror of
https://github.com/curl/curl.git
synced 2026-07-11 07:27:18 +03:00
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:
parent
8b6b0d9ee7
commit
adf843fbbd
1 changed files with 9 additions and 0 deletions
9
.github/workflows/curl-for-win.yml
vendored
9
.github/workflows/curl-for-win.yml
vendored
|
|
@ -148,6 +148,9 @@ jobs:
|
||||||
name: 'Windows llvm (x64)'
|
name: 'Windows llvm (x64)'
|
||||||
runs-on: ubuntu-26.04
|
runs-on: ubuntu-26.04
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
env:
|
||||||
|
CW_PKG_NODELETE: '1'
|
||||||
|
CW_PKG_FLATTEN: '1'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
|
|
@ -171,6 +174,12 @@ jobs:
|
||||||
"${OCI_IMAGE_DEBIAN}" \
|
"${OCI_IMAGE_DEBIAN}" \
|
||||||
sh -c ./_ci-linux-debian.sh
|
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:
|
win-gcc-zlibold-x64:
|
||||||
name: 'Windows gcc zlib-classic (x64)'
|
name: 'Windows gcc zlib-classic (x64)'
|
||||||
runs-on: ubuntu-26.04
|
runs-on: ubuntu-26.04
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue