Skip to content

Commit 64643a4

Browse files
authored
Fix indentation in CI workflow for artifact upload
1 parent 2987a61 commit 64643a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
name: mnist-${{ matrix.build_type }}${{ matrix.stats && '-stats' || '' }}
6363
path: |
64-
${{ steps.set_binaries.outputs.ACC_BINARY }}
64+
${{ steps.set_binaries.outputs.ACC_BINARY }}
6565
build/bin/all_libs/*
6666
- name: Test
6767
run: cmake --build build -t test

0 commit comments

Comments
 (0)