diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 046799c..d25f5fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,8 @@ jobs: ${{ runner.os }}-gradle- - name: Build run: chmod +x gradlew && ./gradlew build --stacktrace --info + - name: List working directory contents + run: ls -R - name: Upload build artifacts uses: actions/upload-artifact@v2 with: