Skip to content

Commit

Permalink
Test artifact in linux action
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo committed Aug 20, 2024
1 parent adae101 commit eddbdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-change-linux-bare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: linux-build-artifacts
path: /home/runner/work/qc-build/bin
path: /home/$(whoami)/qc-build/bin/*

- name: Unit test execution
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit eddbdb5

Please sign in to comment.