Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Justus-D committed Jan 26, 2024
1 parent 1a21388 commit d15d591
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,9 @@ jobs:
run: echo "Release ${{ steps.create_release.outputs.upload_url }}"

- name: List files in target directory
run: ls -lah .
run: |
ls -lah .
ls -lah ..
ls -lah ~
ls -lah ../build
working-directory: ${{ github.workspace }}

0 comments on commit d15d591

Please sign in to comment.