diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57bd8eb..19f5c04 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,7 @@ jobs: tar -xzf latest-release.tar.gz --strip-components=1 -C app-release extracted_dir=$(ls app-release | head -n 1) mv "app-release/$extracted_dir" app-release/source + ls -R app-release - name: Checkout Repository uses: actions/checkout@v4