Skip to content

Commit

Permalink
debug list output dir on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 31, 2024
1 parent 8069592 commit 35b0181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ runs:
--commit-message "${{ steps.win_get_commit_details.outputs.commit_title }}" `
--branch-name "${{ github.ref_name }}" `
--api-endpoint "${{ inputs.api_endpoint }}" `
(Get-ChildItem -Force -Path "${{ github.workspace }}/output").FullName
# Note the Get-ChildItem mess is powershell for "ls -la" for debug

- name: '[Win] Upload Output Files'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 35b0181

Please sign in to comment.