diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d4bb7f7..253b3ec 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,8 +47,8 @@ jobs:
$version = git describe --tags --always
Write-Output "version=$($version)" >> $env:GITHUB_OUTPUT
- - name: Upload unsigned driver package artifact
+ - name: Upload testsigned driver package artifact
uses: actions/upload-artifact@v3
with:
- name: RkDrvPkg_${{matrix.PLATFORM}}_${{matrix.CONFIGURATION}}_${{steps.get_version_tag.outputs.version}}_unsigned
+ name: RkDrvPkg_${{matrix.PLATFORM}}_${{matrix.CONFIGURATION}}_${{steps.get_version_tag.outputs.version}}_testsigned
path: ${{env.DRIVER_OUTPUT_DIR}}/*/
diff --git a/build/common.props b/build/common.props
index 7857d1a..f8a40ba 100644
--- a/build/common.props
+++ b/build/common.props
@@ -19,7 +19,6 @@
- Off
true