Skip to content

Commit

Permalink
include RF24_DRIVER in artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 16, 2024
1 parent df74ab7 commit 14aadde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
- name: Save artifact
uses: actions/upload-artifact@v4
with:
name: pkg_${{ steps.lib-info.outputs.name }}_${{ inputs.compiler }}
name: pkg_${{ steps.lib-info.outputs.name }}_${{ inputs.compiler }}_${{ inputs.driver }}
path: |
${{ github.workspace }}/${{ steps.lib-info.outputs.name }}/build/pkgs/*.deb
${{ github.workspace }}/${{ steps.lib-info.outputs.name }}/build/pkgs/*.rpm
Expand Down

0 comments on commit 14aadde

Please sign in to comment.