Skip to content

Commit

Permalink
added target output to output verification
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 14, 2024
1 parent 276fba4 commit 6d51a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ runs:
echo "arch=${{ steps.pkg-action-internal.outputs.target-arch }}"
echo "node=${{ steps.pkg-action-internal.outputs.target-node }}"
echo "os=${{ steps.pkg-action-internal.outputs.target-os }}"
echo "output=${{ steps.pkg-action-internal.outputs.target-output }}"
echo "::endgroup::"
echo "::group::Output information"
Expand Down

0 comments on commit 6d51a6e

Please sign in to comment.