Skip to content

Commit

Permalink
Merge pull request #1042 from pixil98/master
Browse files Browse the repository at this point in the history
Exclude docker build report artifact from release packing
  • Loading branch information
rmcrackan authored Nov 15, 2024
2 parents 6eebe65 + 1f83960 commit 56d4205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: artifacts
pattern: "*(Classic-)Libation.*"

- name: Release
id: release
Expand Down

0 comments on commit 56d4205

Please sign in to comment.