Skip to content

Commit

Permalink
TEST: Recursively print directory contents after packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Jan 26, 2025
1 parent bdd0b26 commit a71c942
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
- name: Package
run: CI/make_package.msvc.sh ${{ matrix.BUILD_TYPE }}
run: |
CI/make_package.msvc.sh ${{ matrix.BUILD_TYPE }}
ls -R
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a71c942

Please sign in to comment.