Skip to content

Commit

Permalink
fixes download patterns (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Dec 12, 2024
1 parent 2799104 commit 2a2eb30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@ jobs:
if: steps.deploy-cache.outputs.cache-hit != 'true'
uses: actions/download-artifact@v4
with:
name: 'binaries-${{ matrix.setting.branch }}-${{ matrix.setting.commit }}-${{ matrix.target.triple }}'
pattern: 'binaries-${{ matrix.setting.branch }}-${{ matrix.setting.commit }}-*'
merge-multiple: true
path: binaries

- name: 'Push latest-${{ matrix.setting.branch }} tag'
Expand Down

0 comments on commit 2a2eb30

Please sign in to comment.