Skip to content

Commit

Permalink
log expected files in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 26, 2024
1 parent 04dde04 commit d1fd19d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,10 @@ jobs:
name: ${{ inputs.artifact_name }}
path: .

- name: "[DEBUG] Display Structure Of All Downloaded Files"
run: ls -R
- name: "[DEBUG] Display Structure Of Expected Files"
run: |
ls -R .changes
ls -l dist
- name: "Set Release Type"
id: release_type
Expand Down

0 comments on commit d1fd19d

Please sign in to comment.