Skip to content

Commit

Permalink
change download pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Rovel committed Feb 20, 2024
1 parent 6613704 commit 750a7ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
with:
name: image_cleaner-${{ matrix.target }}
path: target/${{ matrix.target }}/release/

release:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, 'Merge') }}
name: Release
Expand All @@ -60,7 +59,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: target
pattern: image_cleaner-*
pattern: */image_cleaner
merge-multiple: true
- name: Display structure of downloaded files
run: ls -R
Expand Down

0 comments on commit 750a7ac

Please sign in to comment.