Skip to content

Commit

Permalink
Try to get download-artifact actino to work (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Sep 5, 2024
1 parent 3a745af commit 7bfa127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
name: artifact
# name: artifact
path: dist
pattern: *
pattern: dist/*
merge-multiple: true
- run: ls -lR dist artifact

Expand Down

0 comments on commit 7bfa127

Please sign in to comment.