Add a pattern to exclude docker build artifact from release
This commit is contained in:
parent
6eebe652d4
commit
1f839606ae
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user