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 dc969a6 commit f9e6e8dCopy full SHA for f9e6e8d
.github/workflows/create-release.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- uses: "actions/download-artifact@v6"
32
with:
33
- name: artifact # Create an artifact/ directory
+ name: "artifact" # Create an artifact/ directory
34
- name: "create release"
35
run: "gh release create --generate-notes --repo ${{ github.repository }} ${{ github.ref_name }} artifact/*"
36
env:
0 commit comments