From 68b035d68fa91ac2fc75b8b01a893c352b014e02 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Mon, 4 Nov 2024 09:35:24 -0500 Subject: [PATCH] Remove GTK4 zip from source distribution --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbd7a76f6..60d64f5e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,6 +142,9 @@ jobs: run: | mv GTK${{ matrix.gtk-version }}_Gvsbuild_${{ github.sha }}_x64.zip GTK${{ matrix.gtk-version }}_Gvsbuild_${{ github.event.release.tag_name }}_x64.zip gh release upload ${{ github.event.release.tag_name }} "GTK${{ matrix.gtk-version }}_Gvsbuild_${{ github.event.release.tag_name }}_x64.zip" + - name: Cleanup Zip Files + if: github.event_name == 'release' + run: rm GTK${{ matrix.gtk-version }}_Gvsbuild_${{ github.event.release.tag_name }}_x64.zip - name: Create Source Dist and Wheel if: matrix.gtk-version == '4' run: uv build