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 f608588 commit 0f9f440Copy full SHA for 0f9f440
1 file changed
.github/workflows/publish.yml
@@ -20,8 +20,8 @@ jobs:
20
- name: Download snapshot artefact
21
uses: actions/download-artifact@v4
22
with:
23
- name: snapshot-files
24
- path: ./artifact
+ name: snapshot
+ path: .
25
26
- name: Prepare content
27
run: |
0 commit comments