Skip to content

Commit

Permalink
limit download of artifacts to builds in release job (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschuurk-kr authored Feb 17, 2025
1 parent 75999d8 commit 0477efe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
- name: Download abacus
uses: actions/download-artifact@v4
with:
pattern: abacus-*
path: release/
- name: Rename binary
run: |
Expand Down

0 comments on commit 0477efe

Please sign in to comment.