diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fad2b1..6e90173 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,5 +54,5 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v2 with: - name: AutoGGUF-${{ matrix.os }}-${{ github.event.inputs.build_type }}-${{ github.sha::7 }} + name: AutoGGUF-${{ matrix.os }}-${{ github.event.inputs.build_type }}-${{ github.sha }} path: build/${{ github.event.inputs.build_type == 'RELEASE' && 'release' || 'dev' }}/dist/AutoGGUF*