Skip to content

Commit

Permalink
fix(ci): Download all artifacts into same directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Jun 26, 2024
1 parent a9bebc7 commit f724cdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
- build-installer
steps:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Create hash files
run: |
for file in $(find . -type f -name "joinme.click-launcher-${{ github.ref_name }}-*")
Expand Down

0 comments on commit f724cdc

Please sign in to comment.