Skip to content

Commit d60f7e9

Browse files
committed
fix
1 parent 5e11f67 commit d60f7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
uses: actions/upload-artifact@v2
189189
with:
190190
name: ${{steps.vars.outputs.artifact_name}}
191-
path: ./release
191+
path: ./${{steps.vars.outputs.artifact_name}}
192192
if-no-files-found: error
193193
- name: Download a Build Artifact
194194
uses: actions/[email protected]

0 commit comments

Comments
 (0)