list out dir so i can find build files
This commit is contained in:
parent
bb6be7278d
commit
dfb78dabab
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue