Skip to content

Commit

Permalink
[no ci] fix pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Jan 2, 2024
1 parent ec4fab9 commit 03dee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: output
pattern: (appimage|dmg)-*
pattern: +(appimage|dmg)-*
merge-multiple: true
- name: Download ghr
run: |
Expand Down

0 comments on commit 03dee17

Please sign in to comment.