Merge pull request #1042 from pixil98/master

Exclude docker build report artifact from release packing
This commit is contained in:
rmcrackan 2024-11-14 22:50:26 -05:00 committed by GitHub
commit 56d4205360
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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