We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6613704 commit 750a7acCopy full SHA for 750a7ac
.github/workflows/ci.yml
@@ -49,7 +49,6 @@ jobs:
49
with:
50
name: image_cleaner-${{ matrix.target }}
51
path: target/${{ matrix.target }}/release/
52
-
53
release:
54
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, 'Merge') }}
55
name: Release
@@ -60,7 +59,7 @@ jobs:
60
59
uses: actions/download-artifact@v4
61
62
path: target
63
- pattern: image_cleaner-*
+ pattern: */image_cleaner
64
merge-multiple: true
65
- name: Display structure of downloaded files
66
run: ls -R
0 commit comments