Skip to content

Commit

Permalink
build: Don't override SignMode
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobalanica authored Mar 2, 2024
1 parent 37ead31 commit 6eb9ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}/*/
1 change: 0 additions & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</PkgGen>
</ItemDefinitionGroup>
<PropertyGroup>
<SignMode>Off</SignMode>
<EnableInf2cat>true</EnableInf2cat>
</PropertyGroup>
<ItemGroup />
Expand Down

0 comments on commit 6eb9ff5

Please sign in to comment.