Skip to content

Commit 987c32d

Browse files
authored
ci: fix build workflow
- fixed sha hash syntax error
1 parent 048bece commit 987c32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
- name: Upload Artifact
5555
uses: actions/upload-artifact@v2
5656
with:
57-
name: AutoGGUF-${{ matrix.os }}-${{ github.event.inputs.build_type }}-${{ github.sha::7 }}
57+
name: AutoGGUF-${{ matrix.os }}-${{ github.event.inputs.build_type }}-${{ github.sha }}
5858
path: build/${{ github.event.inputs.build_type == 'RELEASE' && 'release' || 'dev' }}/dist/AutoGGUF*

0 commit comments

Comments
 (0)