From adf843fbbd1161ca65ea7faa8d589a19a7d7e707 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 1 Jul 2026 10:38:29 +0200 Subject: [PATCH] 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: https://github.com/curl/curl-for-win/commit/1b0e3569b393c31572a5895ed65ae6f60a8cba55?w=1 Closes #22234 --- .github/workflows/curl-for-win.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/curl-for-win.yml b/.github/workflows/curl-for-win.yml index f2048052c7..68efd53a38 100644 --- a/.github/workflows/curl-for-win.yml +++ b/.github/workflows/curl-for-win.yml @@ -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