We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5db60 commit 6fc2d05Copy full SHA for 6fc2d05
.github/workflows/runner.yaml
@@ -28,5 +28,6 @@ jobs:
28
export: "${{ runner.temp }}/custom_metadata"
29
30
- uses: actions/upload-artifact@v4
31
- name: "custom_metadata"
32
- path: "${{ runner.temp }}/custom_metadata"
+ with:
+ name: "custom_metadata"
33
+ path: "${{ runner.temp }}/custom_metadata"
0 commit comments