Skip to content

Commit f9e6e8d

Browse files
committed
chore: yamlfix changes
1 parent dc969a6 commit f9e6e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: "actions/download-artifact@v6"
3232
with:
33-
name: artifact # Create an artifact/ directory
33+
name: "artifact" # Create an artifact/ directory
3434
- name: "create release"
3535
run: "gh release create --generate-notes --repo ${{ github.repository }} ${{ github.ref_name }} artifact/*"
3636
env:

0 commit comments

Comments
 (0)