Skip to content

Commit

Permalink
debug cat the log file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 31, 2024
1 parent 1c83fc3 commit bf840fc
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 @@ -450,6 +450,7 @@ runs:
--branch-name "${{ github.ref_name }}" `
--api-endpoint "${{ inputs.api_endpoint }}"
(Get-ChildItem -Force -Path "${{ github.workspace }}/output").FullName
cat "${{ github.workspace }}/application.log"
# Note the Get-ChildItem mess is powershell for "ls -la" for debug

- name: '[Win] Upload Output Files'
Expand Down

0 comments on commit bf840fc

Please sign in to comment.