Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobalanica authored Mar 2, 2024
1 parent 7382123 commit 9848c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ 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}}_testsigned
Expand Down

0 comments on commit 9848c56

Please sign in to comment.