Skip to content

Commit

Permalink
add pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Jan 11, 2025
1 parent af90963 commit f7fbab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,15 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: artifacts/
pattern: vyper-*
merge-multiple: true

- name: Upload assets
# fun - artifacts are downloaded into "artifact/".
# TODO: this needs to be tested when upgrading to upload-artifact v4
working-directory: artifacts
run: |
set -Eeuxo pipefail
for BIN_NAME in $(ls)
do
Expand Down

0 comments on commit f7fbab7

Please sign in to comment.