Add a pattern to exclude docker build artifact from release

This commit is contained in:
Aaron Reisman 2024-11-14 16:30:19 -06:00
parent 6eebe652d4
commit 1f839606ae

View File

@ -43,6 +43,7 @@ jobs:
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
path: artifacts path: artifacts
pattern: "*(Classic-)Libation.*"
- name: Release - name: Release
id: release id: release