Skip to content

Commit 6fc2d05

Browse files
committed
WIP
1 parent 7e5db60 commit 6fc2d05

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/runner.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ jobs:
2828
export: "${{ runner.temp }}/custom_metadata"
2929
3030
- uses: actions/upload-artifact@v4
31-
name: "custom_metadata"
32-
path: "${{ runner.temp }}/custom_metadata"
31+
with:
32+
name: "custom_metadata"
33+
path: "${{ runner.temp }}/custom_metadata"

0 commit comments

Comments
 (0)