We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5116565 commit f4c922eCopy full SHA for f4c922e
.github/workflows/release.yml
@@ -44,6 +44,7 @@ jobs:
44
steps:
45
- uses: actions/download-artifact@v2
46
with:
47
+ name: artifact # otherwise, it will download all artifacts, creating a subdirectory for each artifact.
48
path: build
49
- id: major_version
50
run: |
0 commit comments