Skip to content

Commit

Permalink
Add a pattern to exclude docker build artifact from release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Reisman committed Nov 14, 2024
1 parent 6eebe65 commit 1f83960
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 1f83960

Please sign in to comment.