From d21a5c4a2ad7258a1930d810c09690f3712c1f3b Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 31 Mar 2023 00:15:02 -0700 Subject: [PATCH] ci.yml: upload Windows binaries when done --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb46be9..28e5ef48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,6 +137,8 @@ jobs: shell: msys2 {0} steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 # Need tags for tools/get-version-number - uses: msys2/setup-msys2@v2 with: msystem: ${{matrix.msystem}} @@ -150,6 +152,10 @@ jobs: ${{matrix.cc_pkg}} pkgconf - run: CFLAGS="$DEF_CFLAGS" ./tools/make-windows-release ${{matrix.options}} + - uses: actions/upload-artifact@v3 + with: + name: windows-${{matrix.msystem}}-bin + path: wimlib-*-bin fuzz-with-libFuzzer: name: Fuzz with libFuzzer (${{matrix.target}} ${{matrix.sanitizer}}) -- 2.43.0