mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-03-14 18:55:37 +00:00
add download-artifact pattern for OCI images only
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
parent
e704bbaf11
commit
889fb3cf26
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -550,6 +550,8 @@ jobs:
|
|||
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: "oci*"
|
||||
|
||||
- name: Move OCI images into position
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue