Skip to content

Commit

Permalink
temporarily print the directory contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Jul 12, 2023
1 parent 2b07784 commit 5a227cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
with:
name: build-artifacts
path: build/

- name: Temp print dir contents
run: |
ls -la
ls -la build/
- name: Install release version of Zarf
uses: defenseunicorns/setup-zarf@main
Expand Down

0 comments on commit 5a227cd

Please sign in to comment.