From 1f839606aebd2d5dcbaf837f12e2ce23a4c30aaf Mon Sep 17 00:00:00 2001 From: Aaron Reisman Date: Thu, 14 Nov 2024 16:30:19 -0600 Subject: [PATCH] Add a pattern to exclude docker build artifact from release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c6b136a..f5fcb8b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,7 @@ jobs: uses: actions/download-artifact@v4 with: path: artifacts + pattern: "*(Classic-)Libation.*" - name: Release id: release