We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048bece commit 987c32dCopy full SHA for 987c32d
.github/workflows/build.yml
@@ -54,5 +54,5 @@ jobs:
54
- name: Upload Artifact
55
uses: actions/upload-artifact@v2
56
with:
57
- name: AutoGGUF-${{ matrix.os }}-${{ github.event.inputs.build_type }}-${{ github.sha::7 }}
+ name: AutoGGUF-${{ matrix.os }}-${{ github.event.inputs.build_type }}-${{ github.sha }}
58
path: build/${{ github.event.inputs.build_type == 'RELEASE' && 'release' || 'dev' }}/dist/AutoGGUF*
0 commit comments