Skip to content

Commit 750a7ac

Browse files
committed
change download pattern
1 parent 6613704 commit 750a7ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
with:
5050
name: image_cleaner-${{ matrix.target }}
5151
path: target/${{ matrix.target }}/release/
52-
5352
release:
5453
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, 'Merge') }}
5554
name: Release
@@ -60,7 +59,7 @@ jobs:
6059
uses: actions/download-artifact@v4
6160
with:
6261
path: target
63-
pattern: image_cleaner-*
62+
pattern: */image_cleaner
6463
merge-multiple: true
6564
- name: Display structure of downloaded files
6665
run: ls -R

0 commit comments

Comments
 (0)