Skip to content

Commit 6ea39e5

Browse files
authored
Merge pull request #18 from reecetech/DE-5189-extract-to-dist
Add `path` to extract artefact to
2 parents 84ad99a + 73a3f6f commit 6ea39e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-build-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
- name: Download artifact
7373
uses: actions/download-artifact@v3
7474
with:
75-
name: dist # the package from the `build` step
75+
name: dist # the name of the artefact from the `build` step
76+
path: dist/
7677

7778
- name: Release version on GitHub
7879
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0

0 commit comments

Comments
 (0)