Skip to content

Commit

Permalink
Logging improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePieMonster committed Oct 26, 2024
1 parent ce6d669 commit 09de90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
working-directory : ${{ github.workspace }}/
run : |
unzip ${{ env.PROJECT_NAME }}.zip -d ${{ github.workspace }}/work
echo "\nEcho ${{ github.workspace }}/work"
echo -e "\nEcho ${{ github.workspace }}/work"
ls -la ${{ github.workspace }}/work
echo "\nEcho ${{ github.workspace }}/work/module"
echo -e "\nEcho ${{ github.workspace }}/work/module"
ls -la ${{ github.workspace }}/work/module
- name: Upload ${{ env.PROJECT_NAME }}.zip
Expand Down

0 comments on commit 09de90c

Please sign in to comment.