Skip to content

Commit d16342e

Browse files
committed
Fix YAML syntax error - incorrect indentation on line 55
1 parent 1d94125 commit d16342e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildcommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: ${{ env.abiname }}
55-
path: lib/${{ env.abiname }}/libstackman.a
55+
path: lib/${{ env.abiname }}/libstackman.a
5656

5757
build-macos:
5858
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)